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

Welcome to Widget's Assignments!

{% for assignments in assignments %}

  • {{ assignments.name }}
  • {% endfor %}




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