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

{{ title }}

{% if sub_title %}
{{ sub_title }}
{% endif %} {% if result_list %} {% endif %}
{{ code }}
{% endblock %}