load

abstract fun load(key: String): KbTemplate?(source)

Returns the KbTemplate to render for key, or null when key identifies no known partial.

Return

the template to render for key, or null when no partial is registered under key.

Parameters

key

the resolved partial key: the literal symbol for a static tag, or the string form of the evaluated expression for a dynamic tag.