Skip to content
Snippets Groups Projects
Commit f70f6c7e authored by Igor Biki's avatar Igor Biki Committed by Liam Morland
Browse files

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

parent cb7be8e2
No related branches found
No related tags found
No related merge requests found
{% 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