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

{{ evidence.citation }}

{{ evidence.text }}

Edges

{{ pbw.render_edge_list(evidence.edges, show_evidence=False) }}
{% include "footer.html" %} {% endblock %}