Including security review as a submodule - with patched for Yaffs.
[yaffs-website] / web / modules / contrib / security_review / templates / check_help.html.twig
1 {#
2 /**
3  * @file
4  * Default check-specific help page template for checks.
5  *
6  * Available variables:
7  * - title: The title to show on the top of the page.
8  * - paragraphs: Array of paragraphs (strings) to show after the title.
9  */
10 #}
11
12 <h3>
13     {{ title }}
14 </h3>
15 {% for paragraph in paragraphs %}
16     <p>
17         {{ paragraph }}
18     </p>
19 {% endfor %}