renamed verticallayout into stack
[myslice.git] / plugins / stack / stack.py
diff --git a/plugins/stack/stack.py b/plugins/stack/stack.py
new file mode 100644 (file)
index 0000000..3ccfa54
--- /dev/null
@@ -0,0 +1,7 @@
+from django.template.loader import render_to_string
+
+from unfold.composite import Composite
+
+class Stack (Composite) :
+    
+    def template_file (self):        return "stack.html"