{% extends "base.html" %} {% block image_header %} {% if BLOG_PAGE_IMAGE_HEADER %} {% endif %} {% endblock image_header %} {% block content_placeholder %}
{% block content %}{% endblock content %}
{% if 'about' in SIDEBAR_DISPLAY and SIDEBAR_ABOUT %}

About

{{ SIDEBAR_ABOUT }}

{% endif %} {% if 'categories' in SIDEBAR_DISPLAY %} {% endif %} {% if 'tags' in SIDEBAR_DISPLAY %} {% endif %}

Support Me



Subscribe



{% block pv %} Page views: {% endblock pv %}

{% endblock content_placeholder %}