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

{{ title }}

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

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

    {{ doc.description }}

  • {% endfor %}
{% endblock %}