{% 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 %}
{% if post.enclosures%}

Enclosures

{% endif %} {% if post.tags %}

Tags

{% endif %} {% if post.categories %}

Categories

{% endif %}
{% endblock %}