treehouse/template
liquidex e201ea7058 revamp the way page:treehouse/new works
- treehouse/new is now a regular page, not a special template
- most of the code related to the `new` badge in page:index has been removed
- you're meant to discern between pages you've read vs ones you haven't by looking at the colors of the links (blue vs purple)
2024-11-12 20:39:58 +01:00
..
components revamp the way page:treehouse/new works 2024-11-12 20:39:58 +01:00
_history.hbs fix history view on narrow screens 2024-11-01 19:22:20 +01:00
_tree.hbs switch the layout to a wider one that leans slightly to the left of the page 2024-10-30 23:02:47 +01:00
README.md newsfeed 2024-02-21 23:17:19 +01:00
sandbox.hbs switch the layout to a wider one that leans slightly to the left of the page 2024-10-30 23:02:47 +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.