{% if section %} {% set meta = section %} {% else %} {% if page %} {% set meta = page %} {% endif %} {% endif %} {{ meta.title }} {% if meta.description -%} {%- endif %} {% if meta.extra.thumbnail -%} {%- endif %} {% block style %} {% endblock %} {% block content %} {% endblock %}