5 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
8 <title>{% block title %}{% endblock %}</title>
11 {% include 'core/style.css' %}
21 <a href='{% url "post-list" %}' title='Home'>{% include 'feather/home.svg' %}</a>
22 <a href='{% url "atom" %}' title='Atom/RSS'>{% include 'feather/rss.svg' %}</a>
26 {% block content %}{% endblock %}
30 <p>© {% now 'Y' %} Styx</p>
31 <section class="licenses">
34 <span>Content: <a rel='license' href='http://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA 4.0</a></span>
35 <span>Code: <a rel='license' href='https://www.gnu.org/licenses/agpl-3.0.html'>AGPL 3.0</a></span>