diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-06 19:28:33 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2024-01-06 19:28:33 -0500 |
| commit | 49b009d60433ce0fb419644fecc4ea8f3afac27f (patch) | |
| tree | c839edf38dbd0fc60fb5528cde32c5f70cd04dbd /htmx/index.html | |
| parent | bd5a00c61b355c857b5c99323592ca432dea5d0a (diff) | |
| download | paste-htmx_wip.tar.gz paste-htmx_wip.tar.xz | |
wiphtmx_wip
Diffstat (limited to 'htmx/index.html')
| -rw-r--r-- | htmx/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htmx/index.html b/htmx/index.html new file mode 100644 index 0000000..68d9f93 --- /dev/null +++ b/htmx/index.html @@ -0,0 +1,6 @@ +{{define "title"}}Index{{end}} +{{define "main"}} + +todo + +{{end}} |
