{{ page.alt_title | default: page.title | default: site.title | markdownify | strip_html }}

{% if page.sub_title %}

{{ page.sub_title | markdownify | strip_html }}

{% endif %} {% if page.date %} {% include author %}

{% if author_name %}{{ author_name | prepend: 'by ' }}{% endif %}{{ page.date | date: "%B %-d, %Y" }}

{% endif %} {% if page.introduction %}
{{ page.introduction | markdownify }}
{% endif %} {% if page.actions %}
    {% for action in page.actions %}
  • {% if action.icon %}{% include {{ action.icon | prepend: 'icon-' | append: '.svg' }} %}{% endif %}{{ action.label }}
  • {% endfor %}
{% endif %}