mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00

Update to Zmpl v2, update demo app to be compatible with v2 syntax. Add deprecation warning for v1 (v1 is default for now - will force v2 soon).
362 B
362 B
Dynamic Markdown Routes
Markdown can be stored in any path in src/app/views/
and Jetzig will automatically render it if it matches a URI.
This Markdown page can be accessed at /nested/route/markdown.html
and /nested/route/markdown
.
This functionality is particularly useful if you want to load Markdown content with htmx.