{% if page.heading and page.url %}
{{ content }}
{{ page.heading }}
{% elsif page.title and page.url %}{{ page.title }}
{% endif %} {% if page.subtitle %}{{ page.subtitle }}
{% elsif page.description %}{{ page.description }}
{% endif %}