{% extends "en/base.html" %} {% block title %}{% endblock %} {% block txtlist %} {% endblock %} {% block results %}

Contrast mappings, cross-reading with algorithmic results.

{% for manifesto, items in mappings.items() %}

{{ manifesto }}

{% for tfidf, word in items %} {{ word }} {% endfor %} {% endfor %}
{% endblock %}