HyperTemplates Attributes Reference
The core of HyperTemplates is a small but mighty set of HTML attributes that allow you to compose complex HTML documents from simple HTML templates.
ht-content- Inserts text or HTML content to the target HTML element.
ht-attrs- Annotates the target HTML element with one or more HTML attributes.
ht-if- Retains the target HTML element if a condition is
true. ht-not- Removes the target HTML element if a condition is
true. ht-include- Replaces the target HTML element with elements from an external source.
ht-template- Repeats the target HTML element once per occurrence of some content.
ht-element- Progressively enhances the target HTML element.
This is the complete set of template attributes used by HyperTemplates. They were designed to be easy to learn and remember.
NOTE: HyperTemplates supports the
data-prefix for all template attributes (e.g.ht-contentis the same asdata-ht-content).