{% set published = metatabs.meta.manualdate ? metatabs.meta.manualdate : metatabs.meta.modified %}

{{ title }}

{% if ("top" in settings.themes.cyanine.datePosition or "top" in settings.themes.cyanine.authorPosition or "top" in settings.themes.cyanine.gitPosition or "top" in settings.themes.cyanine.printPosition) %}
{% if "top" in settings.themes.cyanine.gitPosition %} {% if settings.themes.cyanine.editIcon %}{% else %}{{ settings.themes.cyanine.editText }}{% endif %} {% endif %} {% if "top" in settings.themes.cyanine.printPosition %} {% if settings.themes.cyanine.printIcon %}{% else %}{{ settings.themes.cyanine.printText }}{% endif %} {% endif %}
{% endif %}
{{ content }} {% if ("bottom" in settings.themes.cyanine.datePosition or "bottom" in settings.themes.cyanine.authorPosition or "bottom" in settings.themes.cyanine.gitPosition or "bottom" in settings.themes.cyanine.printPosition) %}
{% if "bottom" in settings.themes.cyanine.gitPosition %} {% if settings.themes.cyanine.editIcon %}{% else %}{{ settings.themes.cyanine.editText }}{% endif %} {% endif %} {% if "bottom" in settings.themes.cyanine.printPosition %} {% if settings.themes.cyanine.printIcon %}{% else %}{{ settings.themes.cyanine.printText }}{% endif %} {% endif %}
{% endif %}
{% if item.elementType == 'file' %} {% if item.prevItem or item.nextItem %}
{% if item.prevItem %} ‹  {{ item.prevItem.name }} {% endif %} {% if item.nextItem %} {{ item.nextItem.name }}  › {% endif %}
{% endif %} {% endif %} {% if item.elementType == 'folder' and metatabs.meta.glossary %} {% elseif item.elementType == 'folder' and item.contains == 'pages' %} {% elseif item.elementType == 'folder' and item.contains == 'posts' %} {% include 'partials/posts.twig' %} {% endif %}