HyperTemplates Pipeline Reference
Overview
🚧 Coming soon... 🚧
Specification
Order of operations
-
Includes (
ht-include
)NOTE:
ht-include
attributes are processed recursively, allowing components to be composed of other components. -
Conditionals (
ht-if
andht-not
) -
Templates (
ht-template
)NOTE:
ht-template
attributes are processed recursively, prompting HyperTemplates to process target elements through the complete HyperTemplates pipeline (includes, conditionals, templates, attributes, content, elements, and relative URLs), passing in the template data defined by theht-template
attribute. -
Attributes (
ht-attrs
andht-query
) -
Content (
ht-content
) -
Elements (
ht-block
) -
Relative URLs (
ht-base
)