I’m trying to customize “Link expired” screen for password reset flow, and I see that this screen has the context of the application, as it’s showing to me the button “back to application”. But if I want to customize this screen, my fragment does not produce anything
{% if application.name == "App1" %}
<h2>This will be visible for App1</h2>
{% endif %}