{% extends "minimal/src/base.html" %} {% block title %}{{ config.title }}: {{ post.title }}{% endblock %} {% block content %}

{{ post.title }}

Published by {{ config.author.name }} on

{{ post.metadata.summary }}

{% autoescape false %} {{ render(post.content) }} {% endautoescape %}
{% endblock %}