From 2e039ac9e7221d2089bf789b2d7782a1f12deea1 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 5 Nov 2024 16:26:22 -0300 Subject: [PATCH] Add readme for Htmx + Templ example --- example/htmx-templ/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 example/htmx-templ/README.md diff --git a/example/htmx-templ/README.md b/example/htmx-templ/README.md new file mode 100644 index 0000000..c247ffc --- /dev/null +++ b/example/htmx-templ/README.md @@ -0,0 +1,15 @@ +# Htmx + Templ example + +This example demonstrates the use of translations in Templ templates. + +### run + +```sh +go run . +``` + +### to rebuild templates + +```sh +make generate +```