{% extends "base_sidebar.html" %} {% block seo %} {% endblock seo %} {% block stylesheet %} {% endblock stylesheet %} {% block main_column %}

Blog Python Cheat sheet


{% 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 %}
{% endblock side_column %} {% block empty_blog %} {% if blog_posts|length == 0 %}

Nothing Yet 🙄

{% endif %} {% endblock empty_blog %}