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