{% extends 'layout.html' %} {% block title %}{{ post.title }} | {{ site_name }}{% endblock %} {% block content %}

{{ post.title }}

Published at {{ post.date }}
{{ post.content }}
{% endblock %}