{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} div { max-width: 500px; height: 100px; background-color: powderblue; } {% block title %}Password change{% endblock %} {% block page_content %}

Update Password


{% endblock %}