{% extends "layout/default.html" %} {% block title%}{{ series.name }}{% endblock %} {% block content -%}

{{ series.name }}

{% for post in series.posts %}

{{ post.metadata.title }}

{% include "includes/article-meta.html" %}
{% endfor %} {%- endblock %}