diff --git a/ordr3/templates/macros.jinja2 b/ordr3/templates/macros.jinja2 new file mode 100644 index 0000000..2cf5f5c --- /dev/null +++ b/ordr3/templates/macros.jinja2 @@ -0,0 +1,3 @@ +{% macro icon(name) -%} + {% include 'ordr3:templates/icons/%s.svg' % name %} +{%- endmacro %}