zen-8.x-7.0-alpha15/STARTERKIT/components/components/highlight-mark/highlight-mark.twig
STARTERKIT/components/components/highlight-mark/highlight-mark.twig
{#
/**
* @file
* Component for a marker.
*
* Variables:
* - modifier_class: [string] Classes to modify the default component styling.
* - content: [string] The component contents.
*/
#}
{{ attach_library('STARTERKIT/highlight-mark') }}
<mark class="highlight-mark {{ modifier_class }}">
{{ content }}
</mark>
