Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+<?php $this->extend('block_unsearchable'); ?>
2
+
3
+<?php $this->block('content'); ?>
4
+
5
+<div data-aos="animate__fadeInUp">
6
+    <div class="row gx-3">
7
+        <?= $this->events ?>
8
+    </div>
9
+</div>
10
+
11
+<!--
12
+<?php //echo $this->pagination ?>
13
+-->
14
+
15
+
16
+<?php $this->endblock(); ?>