--- layout: default ---
{% include header.html %}
{% if page.img %}
{% endif %}

{{page.title}}

{{page.date | date: '%B %d, %Y'}} {% if page.counts %} • {{ page.counts.words }} words • {{ page.counts.paragraphs }} paragraphs{% endif %} {% if page.tags %}
{% for tag in page.tags %} {{tag}} {% if forloop.last != true %}|{% endif %} {% endfor %} {% endif %}
{{page.content | markdownify}}
{% include search.html %} {% include footer.html %}