5 lines
68 B
HTML
5 lines
68 B
HTML
|
{% macro test() %}
|
||
|
<p>hi from a macro! nwn</p>
|
||
|
{% endmacro test %}
|
||
|
|