/home/ivoiecob/email.hirewise-va.com/dev/docs/templates/default/components/header.html.twig
<header class="phpdocumentor-header phpdocumentor-section">
    {% include 'components/header-title.html.twig' %}
    <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
    <label class="phpdocumentor-header__menu-icon" for="menu-button">
        <i class="fas fa-bars"></i>
    </label>
    {{ include('components/search.html.twig') }}
    {% include 'components/topnav.html.twig' %}
</header>