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

{{ section.title }}

Use Ctrl + F to search blog post titles for keywords.

You can also add the Atom RSS Feed to your feed reader.

{% set post_date = "1970-01-01" | date(format="%Y") %} {% for page in section.pages %} {% if post_date != page.date | date(format="%Y") %} {% set_global post_date = page.date | date(format="%Y") %}

{{ post_date }}

{% endif %}
{{ page.title }}
{% endfor %} {% endblock content %}