{% extends "layout.html" %} {% block content %}
{% for word in wordlist_dict %} {% set address = "/diverge?search=" + word %} {{ word }} {% endfor %}
{% endblock content %}