>>> import albatross >>> ctx = albatross.SimpleContext('.') >>> ctx.locals.sel1 = 3 >>> ctx.locals.sel2 = (2,3) >>> albatross.Template(ctx, '', ''' ... ... ... ''').to_html(ctx) >>> ctx.flush_content()