{% extends "layout.html" %} {% block title %}Search{% endblock %} {% block content %}
{% if message is not none %}
{{ message | safe }}
{% endif %} {% if found is not none %}
Found: {{ found | safe }}
{% endif %} {% endblock %}