liquid-rust icon indicating copy to clipboard operation
liquid-rust copied to clipboard

Implement Tera's macros

Open epage opened this issue 6 years ago • 0 comments

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

{% define name arg1 arg2 %}
{% endmacro %}

{% macro name arg1:5 arg2:10 %}

See https://tera.netlify.app/docs/#macros

epage avatar Dec 31 '18 16:12 epage