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

{{ post.title }}

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

RSVP {{ post.metadata['rsvp-answer'] }} to {{ post.metadata['rsvp-name'] }}

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