Interim commit.
[yaffs-website] / web / modules / contrib / superfish / templates / superfish--help.html.twig
1 {#
2 /**
3  * @file
4  * Template for Superdish help text html.
5  *
6  * Available variables:
7  * - title: The help title.
8  * - content: The main help text.
9  */
10 #}
11 <h3>{{ title }}</h3>
12 <p>{{ content }}</p>