{% extends "layout.html" %} {% block content %}

Welcome to the Pushing Scores archive

{% for word in wordlist_dict %} {% set address = "/diverge?search=" + word %} {{ word }} {% endfor %}
{% endblock content %} {% block index %} {% for each in index_dict %} {% set address = "/description?id=" + each %} {{index_dict[each]}} | {% endfor %} {% endblock index %}