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

Implement Tera's `filter` blocks #321

Open
epage opened this Issue Dec 31, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@epage
Copy link
Member

epage commented Dec 31, 2018

Seems like a pretty neat concept might be nice as an "extras" block (non-stdlib feature)

See https://tera.netlify.com/docs/templates/#filters

Workaround:

{% capture foo %}
Hello
{% endcapture %}
{{ foo | upper }}

@epage epage added the enhancement label Dec 31, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment