{% extends 'base' %} {% block content_wrapper %}
{% include 'post/old-post-message' with { post: page, } only %}
{{ parent() }}
{% include 'post/comments-questions' with { twitter: { name: site.twitter.name, url: site.twitter.url } } only %}
{% include 'about-author' with { avatar: site.avatar, work: site.work, } only %}
{% endblock %}