Updated from some -dev modules to alpha, beta or full releases
[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
deleted file mode 100644 (file)
index 8b491cf..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{#
-/**
- * @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 %}