hubl/src/views/page-events.pug

7 lines
430 B
Plaintext
Raw Normal View History

2020-02-03 14:43:16 +00:00
.views-container
2020-08-11 17:09:14 +00:00
solid-event(data-src=`${endpoints.events || (endpoints.get && endpoints.get.events)}`
2020-02-03 16:48:37 +00:00
range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}`
range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}`
2020-02-03 17:01:04 +00:00
upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}`
2020-08-27 15:32:35 +00:00
id-prefix='default'
2020-02-03 16:22:23 +00:00
)