Partial functions
Use these functions to call partial templates.
Use these functions to call partial templates.
partials.Include NAME [CONTEXT] ⟼ anyExecutes the given partial template, optionally passing context. If the partial template contains a return statement, returns the given value, else returns the rendered output. Read More »
partials.IncludeCached LAYOUT CONTEXT [VARIANT...] ⟼ anyExecutes 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. Read More »