Browse code

Progress

Benjamin Roth authored on14/11/2022 23:17:53
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,5 +0,0 @@
1
-<?php $this->extend('block_unsearchable'); ?>
2
-
3
-<?php $this->block('content'); ?>
4
-  <p>Put your content here.</p>
5
-<?php $this->endblock(); ?>
Browse code

Remote Progress

Benjamin Roth authored on08/11/2022 14:32:22
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
1
+<?php $this->extend('block_unsearchable'); ?>
2
+
3
+<?php $this->block('content'); ?>
4
+  <p>Put your content here.</p>
5
+<?php $this->endblock(); ?>