openfed-8.x-8.5/modules/openfed_features/openfed_federalheader/templates/federalheader-block.html.twig
modules/openfed_features/openfed_federalheader/templates/federalheader-block.html.twig
{#
/**
* @file
* Default theme implementation for the federal header block.
*
* Available variables:
* - module_path: The relative path to the openfed_federalheader module.
* - other_information: The translatable string linking to belgium.be for other
* information.
*
* @ingroup themeable
*/
#}
<div id="openfed-federal-header-wrapper">
<div id="openfed-federal-header-link">
{{ other_information }}
</div>
<div id="openfed-federal-header-logo">
<img src="{{ module_path }}/assets/images/federalheader_logo.svg" alt="{{ 'Logo of the Belgian Federal Authorities' | t }}" width="37" height="30" />
</div>
</div>
