Hello template, implements the Partial's methods. {% code type Hello struct { Vars map[string]interface{} } %} {% func (h *Hello) Body() %}

{%v h.Vars["message"] %}

Hello {%v h.Vars["name"] %}!
{% endfunc %}