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

{{ title }}

{% for doc in docs|rejectattr('ignore') %}

{{ doc.title }}

{{ doc.description }}

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