{% extends "base.html" %} {% block page_body %}
{{ layout.messages() }} KernelCare.ePortal{% if current_unit() %} [{{ current_unit().title }}]{% endif %}
{% if config.OIDC_CLIENT_ID %} Sign In with SSO {% endif %}
{% endblock %}