{% extends "base.html" %} {% block body %}

{{ this.kicker }} — {{ this.date|dateformat('YYYY.MM.dd') }}

{{ this.title }}

{{ this.summary }}

{{ this.body }} {% if this.external_url %}

Visit project →

{% endif %}
{% endblock %}