diff options
Diffstat (limited to 'cmd/web/templates/home/htmx-home-feed.tmpl')
-rw-r--r-- | cmd/web/templates/home/htmx-home-feed.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/web/templates/home/htmx-home-feed.tmpl b/cmd/web/templates/home/htmx-home-feed.tmpl new file mode 100644 index 0000000..eb24863 --- /dev/null +++ b/cmd/web/templates/home/htmx-home-feed.tmpl @@ -0,0 +1,3 @@ +{{ template "home/partials/post-preview" . }} +{{ template "home/partials/feed-navigation" . }} +{{ template "home/partials/pagination" . }}
\ No newline at end of file |