X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fsecurity_review%2Ftemplates%2Fcheck_help.html.twig;fp=web%2Fmodules%2Fcontrib%2Fsecurity_review%2Ftemplates%2Fcheck_help.html.twig;h=8b491cfff65d18e36189b779deedc94405e32589;hp=0000000000000000000000000000000000000000;hb=ba1b5c55c66590c41ccc9844d3e62391b0399abb;hpb=93ef30d42f68e55d11d97312531118bbcd4cf318 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 index 000000000..8b491cfff --- /dev/null +++ b/web/modules/contrib/security_review/templates/check_help.html.twig @@ -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. + */ +#} + +

+ {{ title }} +

+{% for paragraph in paragraphs %} +

+ {{ paragraph }} +

+{% endfor %}