{% extends 'bootstrap/base.html' %} {% block styles %} {{ super() }} {% endblock %} {% block title %} Database Result {% endblock %} {% block content %}

Database Result

{% if message %}

{{ message }}

{% else %}

There is nothing for you here.

{% endif %}

Return to the index.

{% endblock %}