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