{% include header.html %} {{ page.date|date:"%b %d"|upcase }}{{ page.date|date:"%Y" }} {% if page.location %} {% endif %} {{ page.title }} {{ content }} {% if page.tags|size %} {% for tag in page.tags %}{% if forloop.index0 > 0 %} · {% endif %}{{ tag }}{% endfor %} {% endif %} {% include footer.html %}