treehouse/template
2025-10-07 11:31:09 +02:00
..
components add role/label to ASCII art cat in pink space 2025-10-07 11:31:09 +02:00
_doc.hbs further optimisations: optimise riki sitting, and put non-critical stylesheets at the end 2025-10-07 11:12:25 +02:00
_feed_atom.hbs add a tagging system to the website 2025-08-26 12:30:16 +02:00
_tree.hbs further optimisations: optimise riki sitting, and put non-critical stylesheets at the end 2025-10-07 11:12:25 +02:00
README.md newsfeed 2024-02-21 23:17:19 +01:00
sandbox.hbs implement generation of simple templates (/sandbox) 2024-11-23 21:43:58 +01:00

Templates

This directory houses Handlebars templates, which are mostly used for reusable bits of the house.

Files that are not prefixed with a _ are generated into their own .html files. All other files are only loaded into Handlebars for use by other templates (or the generator itself.)

In particular, _tree.hbs is used as the default page template. This can be changed by including a %% template = "_whatever.hbs" at the top of your .tree file.