Welcome to the documentation for HTMT, a powerful templating engine that enhances HTML with data binding and dynamic content generation. Below you will find links to detailed documentation for each specific attribute provided by HTMT.
ht-bind- Binds data to the element's content.ht-loop- Iterates over an array or collection.ht-template- Defines reusable template blocks.ht-attr- Binds data to HTML attributes.ht-show- Conditionally displays an element.ht-hide- Conditionally hides an element.ht-switch- Implements switch-case logic.ht-case- Defines cases within a switch.ht-class- Applies CSS classes conditionally.
Explore each link to learn more about how to utilize these attributes in your web projects effectively.
This document is part of the HTMT project, which is open source and freely available under the MIT License. For full details, see the LICENSE file and the main README for project details and contribution guidelines.