{% include 'incl/header.html' %}
{% for (k, v) in series|dictsort %}

{{ v.title }}

{% if v.url %} {{ v.title }} {% endif %}
{{ v.description|safe }}
{% endfor %}
{% include 'incl/footer.html' %}