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

{{ title }}

    {% for doc in index %}
  • {{ doc.title }}

    {{ doc.created.strftime('%B %d, %Y') }}

    {{ doc.description }}

  • {% endfor %}
{% endblock %}