{% if page -%} {% set thing = page -%} {% elif section -%} {% set thing = section -%} {% endif -%}
{% block meta %} {% endblock %} {% block og %} {% if thing %} {% if thing.extra.depiction %} {% elif config.extra.og.image %} {% endif %} {% endif %} {% endblock %}