elf-notes/templates/macros/stylesheets.html

4 lines
114 B
HTML

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