{% import "macros/public-draft.html" as public_draft %} {% if section and section.title %} {% set page_title = "Ranim: " ~ section.title %} {% elif page and page.title %} {% set page_title = "Ranim: " ~ page.title %} {% else %} {% set page_title = "Ranim" %} {% endif %} {% set_global root_section = get_section(path="_index.md") %} {# Shortcut to get the section/page. This variable will have a value except in some special pages like `404.html`. #} {% set_global section_or_page = false %} {% if section or page %} {% set_global section_or_page = section | default(value=page) %} {% endif %}
{# TODO: og metas #}