diff --git a/theme/base/templates/modules/Authentication/View/IdentityProvider/help-discover.html.twig b/theme/base/templates/modules/Authentication/View/IdentityProvider/help-discover.html.twig new file mode 100644 index 0000000000..a8bc4ec610 --- /dev/null +++ b/theme/base/templates/modules/Authentication/View/IdentityProvider/help-discover.html.twig @@ -0,0 +1,12 @@ +{% extends '@themeLayouts/scripts/default.html.twig' %} + +{% block title %}{{ parent() }} - {{ 'help_header'|trans }}{% endblock %} + +{% block content %} +
+
+

{{ 'help_header'|trans }}

+ {{ 'help_page_content'|trans|raw }} +
+
+{% endblock %}