treehouse/template
2024-03-02 20:53:44 +01:00
..
components refactoring some stuff 2024-03-02 20:53:44 +01:00
_new.hbs redesign new a bit 2024-02-22 16:14:02 +01:00
_tree.hbs newsfeed 2024-02-21 23:17:19 +01:00
README.md newsfeed 2024-02-21 23:17:19 +01:00
sandbox.hbs big commit 2024-02-18 23:37:31 +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.