{% extends 'base.html' %} {% load static %} {% block title %}Widget v2{% endblock %} {% block content %}

Welcome to Widget!

Widget Users:

{% for user in user %}

  • {{ user.last_name }}, {{ user.first_name }}
  • {% endfor %}




    {# the links to other html files #} {% endblock %}