{% extends "_default/base.html" %} {% block content %} {% if page.taxonomies.people %} {% set author_path = 'people/' ~ page.taxonomies.people[0] ~ '/index.md' %} {% set author = get_page(path=author_path) %} {% endif %}

{{ page.title }}

{{ page.description }}

{% set img_url = get_url(path='/' ~ page.relative_path | replace(from='_', to='-') | replace(from='index.md', to=page.extra.imgPath)) %} {{page.title ~ 'Picture'}}
{{ page.content | safe }}
{% endblock content %}