{{ post.title }}

{% if post.description %}

{{ post.description }}

{% endif %}
    {% for author in post.extra.authors %} {% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %} {% if post.extra.authorImg %}
  • {{ author }}
  • {% endif %} {% endfor %}