#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# see benchsimple.py
# configuration for cubictemp 2.0
config = {
"template" : """\
Benchsimple | @!title!@
Benchsimple | @!title!@
""",
"x":
"""@!col!@ | """,
"module" : "cubictemp",
"import" : "import cubictemp",
"complete" : "t = cubictemp.Template(template); r = t(**context_dict)",
"parse" : "t = cubictemp.Template(template)",
"render" : "r = t(**context_dict)"
}
#-----------------------------------------