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/test-fixtures/theme/album.hbs

22 lines
428 B
Handlebars

{{!--
This theme renders useful information as a YAML file
For reliable integration tests
--}}
title: {{ album.title }}
albums:
{{#each album.albums}}
- title: {{title}}
url: {{relative url}}
{{/each}}
files:
{{#each album.files}}
- name: {{filename}}
caption: {{meta.caption}}
thumbnail: {{relative urls.thumbnail}}
preview: {{relative urls.large}}
download: {{relative urls.download}}
{{/each}}