Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactiweb/template.py
blob: 9d9fa2534fefd84ad03d6f3c8035203ef3c7355c (plain)
1
2
3
4
5
6
7
8
from paste.script import templates
from tempita import paste_script_template_renderer

class CreactiwebTemplate(templates.Template):
    summary = 'A webapp activity template for a sugar app'
    required_templates = []
    _template_dir = '_templates'
    template_renderer = staticmethod(paste_script_template_renderer)