5 lines
157 B
HTML
5 lines
157 B
HTML
|
{% extends "!layout.html" %}
|
||
|
{% block extrahead %}
|
||
|
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
|
||
|
{% endblock %}
|