{% include navbar.html active_page="Blog" %}

{{ page.title }}

{{ page.date | date: "%B %d, %Y" }} {% if page.tags %} {% for tag in page.tags %} {{ tag }} {% endfor %} {% endif %}
{{ content }}
{% include footer.html %}