{% set url = get_url(path='/' ~ post.relative_path | replace(from='_', to='-') | replace(from='index.md', to=post.extra.imgPath)) %} {{post.title ~ ' Picture'}}

{{post.title}}

{% if post.description %} {{post.description}} {% else %} {{post.content | safe}} {% endif %}