You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having askama templates compiled-in during the build is super safe, but does not allow a user to provide their own templates.
We should move to a less "robust" solution, but one that interprets templates at runtime, and allow users to select their own templates via a command-line option. Some crates to look at are https://tera.netlify.com/ (Jinja2) and https://crates.io/crates/bart (Mustache).
The text was updated successfully, but these errors were encountered:
Having askama templates compiled-in during the build is super safe, but does not allow a user to provide their own templates.
We should move to a less "robust" solution, but one that interprets templates at runtime, and allow users to select their own templates via a command-line option. Some crates to look at are https://tera.netlify.com/ (Jinja2) and https://crates.io/crates/bart (Mustache).
The text was updated successfully, but these errors were encountered: