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