{% extends 'default' %} {% block page_title_wrapper %}{% endblock %} {% block metas %} {{ parent() }} {% endblock %} {% block content_wrapper %} {% include 'post/header' %} {% include 'post/intro-image' %}
{% include 'post/old-post-message' %} {% block content %}{% endblock %}
{% include 'post/questions-comments' %} {% include 'post/tags' %}
{% include 'post/about-author' %} {% endblock %} {% block scripts %} {% if page.has_tweets or page.type == 'tweet' %} {% endif %} {% endblock %}