{% assign series = site.data.[page.series] %} {% assign posts = site.posts %}

{{ series.title }}

{% if series.description %}

{{ series.description }}

{% endif %} {% for section in series.sections %} {% if section.label %}

{{ section.label }}

{% endif %} {% endfor %}