More updates to stop using dev or alpha or beta versions.
[yaffs-website] / web / modules / contrib / security_review / templates / check_help.html.twig
diff --git a/web/modules/contrib/security_review/templates/check_help.html.twig b/web/modules/contrib/security_review/templates/check_help.html.twig
new file mode 100644 (file)
index 0000000..8b491cf
--- /dev/null
@@ -0,0 +1,19 @@
+{#
+/**
+ * @file
+ * Default check-specific help page template for checks.
+ *
+ * Available variables:
+ * - title: The title to show on the top of the page.
+ * - paragraphs: Array of paragraphs (strings) to show after the title.
+ */
+#}
+
+<h3>
+    {{ title }}
+</h3>
+{% for paragraph in paragraphs %}
+    <p>
+        {{ paragraph }}
+    </p>
+{% endfor %}