{% if not articles_page or first_article_of_day %}

{{ article.date.strftime("%b %d, %Y") }}

{% endif %}
{% if article.title %}

{{ article.title }}

{% endif %} {% if not articles_page %} {% include "translations.html" %} {% endif %} {{ article.content }}
posted at {{ article.date.strftime("%H:%M") }} {% if article.category.name != "misc" %}  ·  {% 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 %}