{{ article.title }}
{% endif %} {% if not articles_page %} {% include "translations.html" %} {% endif %} {% if articles_page %} {% if '' in article.content %} {{ article.content.split('')[0] }}{{ article.read_more if article.read_more is defined else 'Read more →' }}
{% else %} {{ article.summary }} {% endif %} {% else %} {{ article.content }} {% endif %}
posted on {{ article.date.strftime("%b %d, %Y") }}
{% if article.category.name != "misc" %}
· {{ article.category }}
{% endif %}
{% if article.tags %}
·
{% for t in article.tags %}
{{ t }}
{% endfor %}
{% endif %}
{% if articles_page and DISQUS_SITENAME %}
Click to read and post comments
{% else %}
{% include "disqus.html" %}
{% endif %}