{% if subpage.data.img %}
{{subpage.data.img.alt}}
{% endif %}
{% if subpage.data.showTitle != false %}

{{ subpage.data.title }}

{% endif %} {{ subpage.templateContent }} {% if author.socials %}
    {% for social in author.socials %}
  • {% endfor %}
{% endif %}