smallnet/templates/macros.html

4 lines
93 B
HTML

{% macro static(filename) -%}
{{ url_for('static', filename=filename) }}
{%- endmacro %}