{% extends "base.html" %} {% block body %} {% if this.parent._id == 'blog' %}

{{ this.kicker }}

{{ this.title }}

{{ this.summary }}

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

Visit project →

{% endif %}
{% else %}

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

{{ this.title }}

{{ this.summary }}

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

Visit project →

{% endif %}
{% endif %} {% endblock %}