{% extends 'base.html' %} {% set title = 'Reset Password' %} {% import 'utils.html' as util with context %} {% block body %} {{ util.reset_password_form(form) }} {% endblock %}