rssguard/docs/source/_templates/layout.html
2023-09-29 07:27:53 +02:00

4 lines
No EOL
159 B
HTML

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