Helm Named Templates: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
A named template, also known as a partial, sub-template or embedded template, is a fragment of text that is declared in one place and then rendered in-line into another template every time it is invoked with the [[#template|template]] action or the [[#include_Function|include]] function. | A named template, also known as a partial, sub-template or embedded template, is a fragment of text that is declared in one place and then rendered in-line into another template every time it is invoked with the [[#template|template]] action or the [[#include_Function|include]] function. | ||
=Sub-Template Elements= | |||
==Sub-Template Name== | |||
==Sub-Template Scope== | |||
=Actions= | =Actions= |
Revision as of 22:37, 7 October 2020
External
Internal
Overview
A named template, also known as a partial, sub-template or embedded template, is a fragment of text that is declared in one place and then rendered in-line into another template every time it is invoked with the template action or the include function.