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

10 lines
499 B
HTML
Raw Normal View History

2024-02-03 23:07:25 +01:00
{% include 'silva.adrema::head' %}
2024-02-03 23:07:39 +01:00
2024-02-01 00:23:58 +01:00
<event-index
2024-03-17 03:14:30 +01:00
style="--primary: {{__SELF__.settings.primary_color}}; --secondary: {{__SELF__.settings.secondary_color}}; --font: {{__SELF__.settings.font_color}}; --circle: {{__SELF__.settings.circle_color}}"
2024-02-01 00:23:58 +01:00
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>