---
items:
type: 'array'
default: []
id:
type: 'string'
class:
type: 'string'
default: 'position-fixed top-0 start-0 vh-100 w-100 bg-black z-3'
coopcloud_url:
type: 'string'
default: '/#'
color:
type: 'string'
default: 'white'
---
{%- 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 -%}
{% for item in items reversed %}
-
{% render 'sutty/a.html',
content: item.title,
href: item.post.url,
class: 'nav-link text-white hover-secondary text-decoration-none fw-bold x-1 fs-4'
%}
{% endfor %}
{%- endblock -%}