{% extends 'keg-login/base.html' %} {% block alerts %} {{ show_flash_messages( [('warning', 'Your password has expired and must be changed.')] if is_expired_password else []) }} {% endblock %} {% block main %} {% from "keg-login/_macros.html" import render_field, render_submit_field %}