{% extends "base.html" %} {% block title %}{{ site_display_name() }}{% endblock %} {% block content %}

{{ site_display_name() }}

{{ site_tagline() }}

Journal · Stories · Ideas
{% if plugin_area_main_content %}
{{ plugin_area_main_content | safe }}
{% endif %}
{% if posts %} {% for post in posts %} {% if loop.first %}
{% if post.hero_image_url or post.image_url %} {{ post.title|e }} {% else %} {% endif %}
{% else %} {% if loop.index0 == 1 %}
{% endif %}
{% if post.image_url or post.hero_image_url %} {{ post.title|e }} {% endif %}
{% if post.category %}{{ post.category }}{% endif %}

{{ post.title }}

{% if post.excerpt %}

{{ post.excerpt }}

{% endif %}
{% if loop.last %}
{% endif %} {% endif %} {% endfor %} {% else %}

{{ site_display_name() }}

{{ site_tagline() }}

{% endif %}
{% endblock %}