6f976011176532a0e86eb18693c5c1a57f2c4fb7
[myslice.git] / plugins / verticallayout.py
1 from django.template.loader import render_to_string
2
3 from engine.composite import Composite
4
5 class VerticalLayout (Composite) :
6     
7     def title (self) : return "VLayout title"
8
9     def template (self):        return "verticallayout.html"