aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/views')
-rw-r--r--src/main/resources/views/files.rocker.html4
-rw-r--r--src/main/resources/views/test.rocker.html2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/main/resources/views/files.rocker.html b/src/main/resources/views/files.rocker.html
new file mode 100644
index 0000000..6562be3
--- /dev/null
+++ b/src/main/resources/views/files.rocker.html
@@ -0,0 +1,4 @@
+@args (ArrayList files)
+@for (String file : files) {
+<li>@file</li>
+}
diff --git a/src/main/resources/views/test.rocker.html b/src/main/resources/views/test.rocker.html
deleted file mode 100644
index 8deedcd..0000000
--- a/src/main/resources/views/test.rocker.html
+++ /dev/null
@@ -1,2 +0,0 @@
-@args (String message)
-<h1>@message</h1>