X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fsecurity_review%2Ftemplates%2Fcheck_evaluation.html.twig;fp=web%2Fmodules%2Fcontrib%2Fsecurity_review%2Ftemplates%2Fcheck_evaluation.html.twig;h=77f4509a2177f854d924c07f4c6779f6f5a16f50;hp=0000000000000000000000000000000000000000;hb=74df008bdbb3a11eeea356744f39b802369bda3c;hpb=419f97be044f1aebd0713921ee604841127e9e84 diff --git a/web/modules/contrib/security_review/templates/check_evaluation.html.twig b/web/modules/contrib/security_review/templates/check_evaluation.html.twig new file mode 100644 index 000000000..77f4509a2 --- /dev/null +++ b/web/modules/contrib/security_review/templates/check_evaluation.html.twig @@ -0,0 +1,23 @@ +{# +/** + * @file + * Default evaluation page template for checks. + * + * Available variables: + * - paragraphs: Array of paragraphs (strings) to show before the list. + * - items: Array of items (strings) to show in an unordered list after the paragraphs. + */ +#} + +{% for paragraph in paragraphs %} +

+ {{ paragraph }} +

+{% endfor %} +{% if items is not empty %} + +{% endif %}