<!-- Error rendering component -->
<!-- TwigException: getLang function does not exist and is not defined in the context -->
<!-- Error: TwigException: getLang function does not exist and is not defined in the context
    at /builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:156:24
    at new Promise (<anonymous>)
    at TwigAdapter.render (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:134:16)
    at ComponentSource._renderVariant (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/fractal/src/api/components/source.js:212:30)
    at _renderVariant.next (<anonymous>)
    at onFulfilled (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/co/index.js:65:19) -->
{% set hideLogo = hideLogo ?? false %}
{% set lang = getLang() %}
<div class="header-bar">
    <a href="/{{ getLang() }}" aria-label="Home">
        {% if hideLogo == false %}
            {% include '@atoms/icon/icon.twig' with {
                icon: 'logo',
            } only %}
        {% endif %}
    </a>
    <div>
        {% include '@molecules/loginRegistrationBar/login_registration_bar.twig' %}
        {% include '@molecules/searchBar/search_bar.twig' %}
        {% include '@atoms/burger/burger.twig' %}
    </div>
</div>
/* No context defined. */

Header bar

{% include '@organisms/header_bar/header_bar.twig' with {

    } only %}

ACF

Fields