shariff--help.html.twig in Shariff Social Media Buttons 8
Template for shariff help text html.
Available variables:
- title: The help title.
- content: The main help text.
File
templates/shariff--help.html.twigView source
- {#
- /**
- * @file
- * Template for shariff help text html.
- *
- * Available variables:
- * - title: The help title.
- * - content: The main help text.
- */
- #}
- <h3>{{ title }}</h3>
- <p>{{ content }}</p>