{% extends "base.html" %} {% block styles %} {% endblock styles %} {% block content %} My Posts {% for post in section.pages %} {{ post.title }} {% if post.description %} {{ post.description }} {% else %} … {% endif %} {{ post.date }} {% endfor %} {% endblock content %}
{% if post.description %} {{ post.description }} {% else %} … {% endif %}
{{ post.date }}