{{ page.title }} {{ macros::post_meta(page=page) }} {% if page.description %} {{ page.description }} {% endif %} {% set path_parts = page.relative_path | split(pat="/") %} {% if path_parts | length > 2 %} {% set parent_dir = path_parts | slice(end=-2) | join(sep="/") %} {% set parent_section = get_section(path=parent_dir ~ "/_index.md") %} {% if parent_section and parent_section.extra.series %} {% endif %} {% endif %} {{ page.content | safe }}