{% extends "layout.html" %} {% block title %}{{ post["subject"] }}{% endblock %} {% block content %}

{{ post["subject"] }}

{% from "blog/entry.inc.html" import blog_entry %} {{ blog_entry(post) }} {% endblock %}