4 lines
114 B
HTML
4 lines
114 B
HTML
|
{% macro stylesheets() %}
|
||
|
<link rel="stylesheet" href="{{ get_url(path="main.css") | safe }}">
|
||
|
{% endmacro %}
|