would be great and useful in more situations if we could simply: output = jinjapy.process("myjinjapyfile.jinjapy") return output or return html(output) or as needed depending on the framework you are using
would be great and useful in more situations if we could simply:
output = jinjapy.process("myjinjapyfile.jinjapy")
return output
or return html(output)
or as needed depending on the framework you are using