Bob Farrell 16204a4832 Zmpl v2
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).
2024-04-07 10:34:34 +01:00

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.