openlucius-2.0.0-alpha3/modules/core/ol_main/templates/sidebar-header-block.html.twig
modules/core/ol_main/templates/sidebar-header-block.html.twig
{#
/**
* @file
* Default theme implementation to display a block.
*
* @see template_preprocess_block()
*
* @ingroup themeable
*/
#}
<h3>
<a href="{{ url('<front>') }}">
<i class="fas fa-circle-notch"></i> {{ vars.site_name }} </a>
</h3>
