{{> components/_head.hbs }}
{{> components/_noscript.hbs }} {{> components/_nav.hbs }} {{> components/_header.hbs }} {{!-- NOTE: ~ because components/_tree.hbs must not include any extra indentation, because it may contain pre elements which shouldn't be indented. --}} {{~> components/_tree.hbs }} {{!-- For all pages except the one linked from the footer, include the footer icon. --}} {{#if (ne page.tree_path "treehouse")}} {{> components/_footer.hbs }} {{/if}}