partials.Include
partials.Include NAME [CONTEXT]
Executes the given , optionally passing context. If the contains a return statement, returns the given value, else returns the rendered output.
partials.IncludeCached
partials.IncludeCached LAYOUT CONTEXT [VARIANT...]
Executes the given template and caches the result, optionally passing context. If the contains a return statement, returns the given value, else returns the rendered output.