-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templating #1
Comments
I agree that webby needs templating, but I don't want to just take existing systems at face value. I'd rather design something more carefully. Couple of things:
And while we're at it, I feel like macros could use a bit of a redesign. Since one of my goals is to allow custom macros in Lua, I'd like Lua to be able to integrate easier into webby. dep list with tera added
Also, wikipedia has this page that could be interesting: https://en.wikipedia.org/wiki/Comparison_of_web_template_engines |
As much as i like the macro idea, it isn't nearly as versatile as proper templating.
Instead of reinventing the wheel here, we should instead use something like Tera / Handlebars to do this for us.
The text was updated successfully, but these errors were encountered: