{% extends "base.html" %} {% block head %} {% endblock head %} {% block content %} {% include "header.html" %}
{% include "index/section1.html" %}
{% include "index/userlist.html" %} {% endblock content %}