--- items: type: 'array' default: [] id: type: 'string' class: type: 'string' default: 'position-fixed top-0 start-0 vh-100 w-100 bg-primary z-3' coopcloud_url: type: 'string' default: '/#' color: type: 'string' default: 'white' search: type: 'hash' default: {} --- {%- block 'sutty/toggler/toggler_label.html', id: , class: 'py-3 ps-3' -%}
{%- render 'svg/menu.svg', class: 'w-35px cursor-pointer', color: -%}
{%- endblock -%} {%- block 'sutty/toggler/toggler.html', id: , class: -%} {%- block 'sutty/toggler/toggler_label.html', id: , class: 'w-100' -%}
{%- render 'svg/x.svg', class: 'w-35px cursor-pointer', color: 'white' -%}
{%- endblock -%}
{%- render 'svg/cloud.svg', color: -%}
{% unless search == empty %} {% render 'search.html', **search %} {% endunless %}
{%- endblock -%}