10 lines
499 B
HTML
10 lines
499 B
HTML
{% include 'silva.adrema::head' %}
|
|
|
|
<event-index
|
|
style="--primary: {{__SELF__.settings.primary_color}}; --secondary: {{__SELF__.settings.secondary_color}}; --font: {{__SELF__.settings.font_color}}; --circle: {{__SELF__.settings.circle_color}}"
|
|
index-url="{{__SELF__.settings.indexUrl}}"
|
|
single-url="{{__SELF__.settings.singleUrl}}"
|
|
register-url="{{__SELF__.settings.registerUrl}}"
|
|
{% if __SELF__.event %} visible-event-slug="{{__SELF__.event.slug }}" {% endif %}
|
|
></event-index>
|