treehouse/template/components/_tree.hbs

14 lines
325 B
Handlebars
Raw Normal View History

2024-02-21 23:17:19 +01:00
<main class="tree">
<article>
{{#if (ne page.tree_path 'index')}}
<header>
<h1 class="page-title"><a href="{{ config.site }}/{{ page.tree_path }}">{{ page.title }}</a></h1>
</header>
{{/if}}
2024-02-21 23:17:19 +01:00
{{{~ page.tree }}}
</article>
2024-02-21 23:17:19 +01:00
{{> components/_footer.hbs }}
2024-02-21 23:17:19 +01:00
</main>