smallnet/templates/macros.html
2015-11-02 18:08:11 -05:00

3 lines
93 B
HTML

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