{% if title %}
- {{ title }}
+ {{ title }}
{% endif %}
{{ page.highlighted }}
{{ page.content }}
diff --git a/core/themes/claro/templates/maintenance-page.html.twig b/core/themes/claro/templates/maintenance-page.html.twig
index 49e809cd85e..9bbb9a0e0ce 100644
--- a/core/themes/claro/templates/maintenance-page.html.twig
+++ b/core/themes/claro/templates/maintenance-page.html.twig
@@ -1,12 +1,16 @@
{#
/**
* @file
- * Claro's theme implementation to display a single Drupal page while offline.
+ * Claro's theme implementation for maintenance page.
+ *
+ * This template is used for rendering non-frontpage maintenance pages. An
+ * example of this is /update.php.
*
* All available variables are mirrored in page.html.twig.
* Some may be blank but they are provided for consistency.
*
* @see template_preprocess_maintenance_page()
+ * @see maintenance-page--front.html.twig
*/
#}
@@ -23,7 +27,7 @@
{# /.layout-sidebar-first #}
{% endif %}
-
+
{% if title %}
{{ title }}
{% endif %}