#!/usr/bin/env python # -*- coding: utf-8 -*- # # see benchsimple.py # configuration for cubictemp 0.4 config = { "template" : """\ Benchsimple | @!title!@

Benchsimple | @!title!@

@!col!@
""", "module" : "cubictemp", "import" : "import cubictemp", "complete" : "t = cubictemp.Temp(template); r = t(**context_dict)", "parse" : "t = cubictemp.Temp(template)", "render" : "r = t(**context_dict)" } #-----------------------------------------