{% block headline %}
{% include "posts/full/headlines/headline-cover.html" %}
{% endblock %}
{% block post %}
{% endblock %}
{% block post_footer %}
{% include "common/post_footer.html" %}
{% endblock %}
{% block comments %}
{% include "comments/comment-list.html" %}
{% endblock %}
{% block post_related %}
{% include "common/post_related.html" %}
{% endblock %}
{% endblock %}