Built with from Grav and Hugo
render a template string given a context
import angreal def render_template(): x = angreal.render_template("Hello {{ name }}!", dict(name='world')) assert x == "Hello world!"