`flexable` is template engine with simple data structure.
That is made up of str, unicode, dict, tuple, list and Element.
usage
merge structured values to xhtml template.
>>> t = Template()
>>> t.fromstring("
>>> t.merge('hello')
>>> str(t)
'
>>> t = Template()
>>> t.fromstring("
>>> t = Template()
>>> t.fromstring("
>>> t.fromstring("
>>> t.fromstring("
")