{% extends "blog/base.html" %} {% block title %}{{ post.title }} - Wentzel blog{% endblock %} {% block header %} « Terug naar het overzicht {% endblock %} {% block content %} {% include "blog/post.html" %} {% endblock %}