Skip to content

Commit

Permalink
Add readme for Htmx + Templ example
Browse files Browse the repository at this point in the history
  • Loading branch information
fullpipe committed Nov 5, 2024
1 parent 908a6b3 commit 2e039ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions example/htmx-templ/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 2e039ac

Please sign in to comment.