partials.Include
partials.Include NAME [CONTEXT]
Executes the given partial template, optionally passing context. If the partial template 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 partial template contains a return statement, returns the given value, else returns the rendered output.