# wt-security/3.0.1/includes/templates/section_header.html.twig

WebTotem Security, version 3.0.1. 13 lines.

- Page: https://pluginprobe.com/plugins/wt-security/3.0.1/code/includes/templates/section_header.html.twig
- Raw: https://pluginprobe.com/plugins/wt-security/3.0.1/raw/includes/templates/section_header.html.twig
- Modified: 2026-05-15T03:23:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/3.0.1/code/includes/templates/section_header.html.twig#L10-L20`.

```twig
<div class="section-header">
    <h2 class="h2 title">{{ title }}
        {% if tooltip.title %}
        <div class="wtotem_title-info__info wtotem-tooltip wtotem-tooltip-top" data-service="{{ tooltip.title }}">
            <div class="wtotem-tooltip__content">
                <p class="wtotem-tooltip__header">{{ tooltip.title }}</p>
                <p class="wtotem-tooltip__text">{{ tooltip.text }}</p>
            </div>
        </div>
        {% endif %}
    </h2>
</div>

```
