reorganize plugins by plugin
[unfold.git] / plugins / verticallayout / verticallayout.py
diff --git a/plugins/verticallayout/verticallayout.py b/plugins/verticallayout/verticallayout.py
new file mode 100644 (file)
index 0000000..9ac6f49
--- /dev/null
@@ -0,0 +1,7 @@
+from django.template.loader import render_to_string
+
+from engine.composite import Composite
+
+class VerticalLayout (Composite) :
+    
+    def template_file (self):        return "verticallayout.html"