jetzig-framework / zmpl

Zmpl is a templating language written in Zig
MIT License
103 stars 8 forks source link

Prefixed templates #19

Closed bobf closed 6 months ago

bobf commented 6 months ago

Deprecate templates_path in favour of templates_paths, allowing multiple search paths, each with a prefix, to be used. Use zmpl.findPrefixed to find a template from a specific named path.

Completely remove Zmpl v1 - v2 syntax is now standard.