6 lines
193 B
HTML
6 lines
193 B
HTML
|
{% block head %}
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/themes/grass-flowers.css") }}" />
|
||
|
{% endblock %}
|
||
|
|
||
|
{% include 'header/baseHeader.html' %}
|