{% extends "base.html" %} {% block meta_header %}{% if article and article.meta %} {% endif %}{% endblock %} {% block title %}{% if article %}{{ article.title }} - {% endif %}{% endblock %} {% block banner %} {% include "banner.html" %} {% endblock %} {% block content %} {% if article %}

{{ article.title }}

Posted by Matt Makai on {{ article.date.strftime('%B %d, %Y') }}. {% if article.modified != article.date %}Last updated {{ article.modified.strftime('%B %d, %Y') }}.{% endif %} {{ article.content }}


{% include "email-for-book.html" %} {% endif %}

{% include "article-sidebar.html" %}

{% endblock %} {% block lower_banner %} {% endblock %}