{% extends 'base.html' %} {% block header %} <h1>{% block title %}UPR Queue{% endblock %}</h1> {% endblock %} {% block content %} <form method="post"> <label for="eName">Name</label> <input name="eName" id="name" required></input><br> <label for="eName">Oficina</label> <input name="oficina" id="oficina" required></input><br> <input type="submit" value="Get ticket"> </form> {% endblock %}