simplelist includes spin.all.js
[unfold.git] / plugins / verticallayout.py
index 6f97601..9ac6f49 100644 (file)
@@ -4,6 +4,4 @@ from engine.composite import Composite
 
 class VerticalLayout (Composite) :
     
-    def title (self) : return "VLayout title"
-
-    def template (self):        return "verticallayout.html"
+    def template_file (self):        return "verticallayout.html"