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