diff --git a/app/templates/views/signin.html b/app/templates/views/signin.html
index e3e478a91..6b4952b0c 100644
--- a/app/templates/views/signin.html
+++ b/app/templates/views/signin.html
@@ -12,6 +12,7 @@
{% block maincolumn_content %}
+{% if login_gov_enabled %}
+{% endif %}
{% if again %}
@@ -50,22 +52,24 @@
{{ page_footer("Continue", secondary_link=password_reset_url, secondary_link_text="Forgot your password?") }}
{% endcall %}
-
-
Notify.gov is changing the sign-in experience to Login.gov effective
April 16, 2024
-
Why are we doing this?
-
- - Enhanced security: Login.gov is really secure and trustworthy
- - One single source for signing in: You can use Login.gov for other services within the federal government
- - 2FA flexibility: Login.gov supports multiple methods for users to verify their identity.
-
-
What do I need to do?
-
- - If you have a Login.gov account, start using it to sign in to Notify today.
- - If you don’t have a Login.gov account, you must create one by April 16, 2024 to continue to access Notify.
-
-
-
Create Login.gov account
+ {% if login_gov_enabled %}
+
+
Notify.gov is changing the sign-in experience to Login.gov effective
April 16, 2024
+
Why are we doing this?
+
+ - Enhanced security: Login.gov is really secure and trustworthy
+ - One single source for signing in: You can use Login.gov for other services within the federal government
+ - 2FA flexibility: Login.gov supports multiple methods for users to verify their identity.
+
+
What do I need to do?
+
+ - If you have a Login.gov account, start using it to sign in to Notify today.
+ - If you don’t have a Login.gov account, you must create one by April 16, 2024 to continue to access Notify.
+
+
+
Create Login.gov account
+
-
+{% endif %}
{% endblock %}