> For the complete documentation index, see [llms.txt](https://snipcart.michaelaerni.ch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snipcart.michaelaerni.ch/templating.md).

# Templating

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