{% for post in all_posts.items %}
{% include 'main/_post.html' %}
{% endfor %}
{% include 'main/_pagination.html' %}
{% endblock main_column %}
{% block side_column %}
{% include 'main/_default_sidebar.html' %}
{% for post in all_posts.items %}
{% include 'main/_post.html' %}
{% endfor %}