{% extends "base.html" %} {% block meta %} {% include "include/og.html" %} {% endblock %} {% block header %}

{{ SITENAME }}

{{ SITEDESCRIPTION }}

{% endblock header %} {% block content %} {% for article in articles_page.object_list %}
{{ article.title }}
by {{ article.author }}, post on {{ article.locale_date }}

{{ article.summary }}

{% if article.stats %} Read in {{ article.stats['read_mins'] }} mins {% elif article.readtime %} Read in {{ article.readtime }} {% endif %} {% if DISQUS_SITENAME %} {% endif %}
{{ article.category|lower }} {% for tag in article.tags %} {{ tag|lower }} {% endfor %}
{% endfor %} {% if DEFAULT_PAGINATION %} {% include "include/pagination.html" %} {% endif %} {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.home %} {% endif %} {% endblock content %} {% block disqus_count %} {% if DISQUS_SITENAME %} {% include "include/disqus_count.html" %} {% endif %} {% endblock disqus_count %}