renamed verticallayout into stack
[unfold.git] / plugins / stack / stack.py
1 from django.template.loader import render_to_string
2
3 from unfold.composite import Composite
4
5 class Stack (Composite) :
6     
7     def template_file (self):        return "stack.html"