>>> import albatross
>>> ctx = albatross.SimpleContext('.')
>>> albatross.Template(ctx, '<magic>', '''
... hash('spam') is <al-value expr="hash('spam')" whitespace>
... ''').to_html(ctx)
>>> ctx.flush_content()
hash('spam') is 1626740519
