gdritter repos frony-ritter-designs / ef63577
get rid of webpy renderer Getty Ritter 3 years ago
1 changed file(s) with 0 addition(s) and 8 deletion(s). Collapse all Expand all
4646
4747
4848 db = storage.DB()
49 render = web.template.render(
50 "old_templates/",
51 globals=dict(
52 markdown=markdown.markdown,
53 slugify=storage.slugify,
54 all_categories=db.all_categories,
55 ),
56 )
5749
5850
5951 def main(func):