13 lines
196 B
Twig
13 lines
196 B
Twig
{#
|
|
/**
|
|
* @file
|
|
* Template for Superdish help text html.
|
|
*
|
|
* Available variables:
|
|
* - title: The help title.
|
|
* - content: The main help text.
|
|
*/
|
|
#}
|
|
<h3>{{ title }}</h3>
|
|
<p>{{ content }}</p>
|