{% extends "base.html" %} {% block title %}Index{% endblock %} {% block head %} {{ super() }} {% endblock %} {{ title }} {# content #} {% block content %}

Index

Welcome to my awesome homepage.

{% endblock %}
{{ name }} {% for user in users %}
  • {{ user.username|e }}
  • {% else %}
  • no users found
  • {% endfor %}