{% extends "base.html"%} {% block header %} {% include "header.html" %} {% endblock %} {% block content %} {% with single=True %} {% include "content.html" %} {% endwith %} {% if post.type == "post" %} {% endif %} {% endblock %}