{% if page -%} {% set thing = page -%} {% elif section -%} {% set thing = section -%} {% endif -%}
{% block meta %} {% endblock %} {% block meta_extra %}{% endblock %} {% block og %} {% if thing %} {% if thing.extra.depiction %} {% elif config.extra.og.image %} {% endif %} {% if thing.extra.og.video %} {% endif %} {% endif %} {% endblock %} {% if thing.path %} {% set local_style = get_url(path=thing.path ~ "/style.css") %} {% if local_style is defined %} {% endif %} {% endif %}