Provide combined parse and execute method for the template renderer.

This commit is contained in:
mikestefanello 2021-12-21 11:00:32 -05:00
parent 92bb2d9d7b
commit 0e2625bf51
5 changed files with 46 additions and 46 deletions

View file

@ -14,4 +14,5 @@ func TestNewContainer(t *testing.T) {
assert.NotNil(t, c.ORM)
assert.NotNil(t, c.Mail)
assert.NotNil(t, c.Auth)
assert.NotNil(t, c.TemplateRenderer)
}