smallnet/templates/macros.html
Andy Teijelo Pérez 6024005134 Initial commit
2015-11-02 23:52:36 -05:00

3 lines
93 B
HTML

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