4 lines
69 B
HTML
4 lines
69 B
HTML
{% import "macros.html" as macros %}
|
|
|
|
{{ macros::twice(str="hey") }}
|
{% import "macros.html" as macros %}
|
|
|
|
{{ macros::twice(str="hey") }}
|