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

test

{{ searchterm }}

{% for word in wordlist_dict %} {% if word==searchterm %} {{word[0]['way']}} {% endif %} {% endfor %} {% endblock %}