You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thumbsup/templates/themes/classic/nav.hbs

11 lines
221 B
Handlebars

{{#compare id '==' @root.album.id}}
<li class="active">
{{else}}
<li>
{{/compare}}
<!-- This album -->
<a href="{{relative url}}">{{title}}</a>
<!-- And nested album -->
</li>
{{#each albums}}{{> nav}}{{/each}}