{% extends "base.tpl" %} {% block header %} {% endblock %} {% block content %}
Did you mean: {% for option in suggestions %} {{ option }} {% if not loop.last %} or {% endif %} {% endfor %}
{{ item.html | safe | trim }}