---
layout: default
---
{{ page.title }}
{{ page.url }}
{% if page.date %}
{{ page.date }} by {{ page.author }}
{% else %}
By {{ page.author }}
{% endif %}
{% if page.tags %}
Tags: {{ page.tags | array_to_sentence_string: "" }}
{% endif %}
{{ content }}