0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test/unit/frontend/helpers/test_tpl/navigation.hbs

10 lines
213 B
Handlebars
Raw Normal View History

{{@site.title}}
{{#if isHeader}}isHeader is set{{/if}}
{{#if isSecondary}}Jeremy Bearimy baby!{{else}}Prime time!{{/if}}
{{#foreach navigation}}
<a href="{{url absolute="true"}}">{{label}}</a>
{{/foreach}}