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