{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Evidence Catalog{% endblock %} {% block content %}

Evidences

{% for evidence in evidences %}

{{ evidence.citation }}

{{ evidence.text }}
{% endfor %}
{% if count %} {% endif %}
{% include "footer.html" %} {% endblock %}