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-29 11:43:17 +00:00
|
|
|
{% include 'post/header' %}
|
2016-12-30 22:43:33 +00:00
|
|
|
{% include 'post/tags' %}
|
2016-05-27 18:38:20 +00:00
|
|
|
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
|
2016-12-30 22:43:33 +00:00
|
|
|
{# {% include 'post/feedback' %} #}
|
2016-10-18 21:49:36 +00:00
|
|
|
{# {% include 'post/related' %} #}
|
2016-09-29 11:43:17 +00:00
|
|
|
{% include 'post/pager' %}
|
2016-12-30 22:43:33 +00:00
|
|
|
{% include 'post/about-author' %}
|
2015-09-27 11:01:49 +00:00
|
|
|
{% endblock %}
|
2017-01-07 22:54:36 +00:00
|
|
|
|
|
|
|
{% block scripts %}
|
|
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
{% endblock %}
|