{% extends 'default' %} {% block content_wrapper %} {% include 'post/header' %} {% include 'post/intro-image' %} {% block content %}{% endblock %} {% include 'post/tags' %} {% include 'post/pager' %} {% include 'post/about-author' %} {% endblock %} {% block stylesheets %} {% endblock %}