1 2 3 4 5 6 7
{% extends "base.html" %} {% block content %} <div class="column"> You may customize this site by using a custom index page! </div> {% endblock content %}