>>> import albatross >>> ctx = albatross.SimpleContext('.') >>> ctx.locals.msg = 'Should escape < & >...' >>> albatross.Template(ctx, '', ''' ... ... ''').to_html(ctx) >>> ctx.flush_content()