2016-05-27 18:38:20 +00:00
|
|
|
{% extends 'default' %}
|
2015-06-18 16:49:25 +00:00
|
|
|
|
2015-03-16 11:17:00 +00:00
|
|
|
{% block content_wrapper %}
|
2016-09-01 07:00:21 +00:00
|
|
|
{{ include('post/header') }}
|
2016-05-27 18:38:20 +00:00
|
|
|
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
|
2016-09-01 07:00:21 +00:00
|
|
|
{{ include('post/feedback') }}
|
|
|
|
{{ include('post/related') }}
|
|
|
|
{{ include('post/tags') }}
|
|
|
|
{{ include('post/about-author') }}
|
|
|
|
{{ include('post/pager') }}
|
2015-09-27 11:01:49 +00:00
|
|
|
{% endblock %}
|