--- title: Album --- {% include 'navbar' with { title: page.title } only %} {% include 'jumbotron' with { buttons: [ { shape: 'rounded', text: 'Main call to action', type: 'primary', }, { shape: 'rounded', text: 'Secondary action', type: 'secondary', }, ], title: 'Album example', text: "Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don't simply skip over it entirely.", } only %}
{% for i in range(1, 9) %} {% include 'card' with {} only %} {% endfor %}