Skip to content
Snippets Groups Projects
Commit ba0a672c authored by Liam Morland's avatar Liam Morland
Browse files

Merge branch '8.x-1.x-ISTWCMS-3831' into '8.x-1.x'

ISTWCMS-3831: Adding template for "Who's online" block

See merge request !12
parents cb7be8e2 f70f6c7e
Branches chris/feature/user-auth-api
No related tags found
1 merge request!12ISTWCMS-3831: Adding template for "Who's online" block
{% if in_layout_builder %}
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{{ title_suffix }}
{% endif %}
{% if label %}
<h2{{ title_attributes }}>{{ label }}</h2>
{% endif %}
{% include "@components/whos-online/whos-online.twig" with {
'privileged': whos_online.privileged,
'others': whos_online.others,
} %}
{% if in_layout_builder %}
</div>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment