]> git.plutz.net Git - confetti/blobdiff - ifcomponent/page_attendees.sh
page skeleton and rough component framework
[confetti] / ifcomponent / page_attendees.sh
diff --git a/ifcomponent/page_attendees.sh b/ifcomponent/page_attendees.sh
new file mode 100755 (executable)
index 0000000..e4b8cd9
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+case "$1" in
+  title)
+    echo "Teilnehmende"
+  ;;
+  css)
+  ;;
+  body)
+  ;;
+esac
+