{% extends "base.html" %} {% block content %} {# no ad on the home page #} {% if not page.is_index %} {% endif %} {{ super() }} {% endblock %}