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

Hello {{ name }}!

{% if maps %} {% include "maps" %} {% endif %} {% endblock %}