3 lines
93 B
HTML
3 lines
93 B
HTML
{% macro static(filename) -%}
|
|
{{ url_for('static', filename=filename) }}
|
|
{%- endmacro %}
|