# Templating

- [Basics](/templating/basics.md)
- [Tags](/templating/tags.md): There are a couple of useful tags to output HTML elements and data.
- [Snipcart](/templating/tags/snipcart.md): Output Snipcart-specific HTML elements like a product button or the total number of items in the cart.
- [Currency](/templating/tags/currency.md): Output data of the currency defined in the config.
- [Length](/templating/tags/length.md): Output data of the length unit defined in the config.
- [Weight](/templating/tags/weight.md): Output data of the weight unit defined in the config.
- [Modifiers](/templating/modifiers.md): There are a couple of useful modifiers to help you format variables in your templates.
