{% extends "bootstrap/base.html" %} {% block title %}This is an example page{% endblock %} {% block content %}
Name Size
{% endblock %} {% block scripts %} {{super()}} {% endblock %}