13 lines
196 B
Twig
Raw Normal View History

2021-07-27 14:46:32 +02:00
{#
/**
* @file
* Template for Superdish help text html.
*
* Available variables:
* - title: The help title.
* - content: The main help text.
*/
#}
<h3>{{ title }}</h3>
<p>{{ content }}</p>