oc-adrema-plugin/components/eventindex/default.htm

9 lines
460 B
HTML
Raw Normal View History

2024-02-03 23:07:25 +01:00
{% include 'silva.adrema::head' %}
2024-02-01 00:23:58 +01:00
<event-index
style="--primary: {{__SELF__.settings.primary_color}}; --primaryfg: #d1f8ff; --secondary: #800a19; --font: hsl(181, 84%, 78%); --circle: hsl(181, 86%, 16%)"
index-url="{{__SELF__.settings.indexUrl}}"
single-url="{{__SELF__.settings.singleUrl}}"
register-url="{{__SELF__.settings.registerUrl}}"
2024-02-03 22:36:56 +01:00
{% if __SELF__.event %} visible-event-slug="{{__SELF__.event.slug }}" {% endif %}
2024-02-01 00:23:58 +01:00
></event-index>