git://git.onelab.eu
/
myslice.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make exposure of metadata explicit rather than automatic - not all views require...
[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 template_file (self): return "verticallayout.html"