diff --git a/source/_examples/album.html.twig b/source/_examples/album.html.twig new file mode 100644 index 0000000..926b5d3 --- /dev/null +++ b/source/_examples/album.html.twig @@ -0,0 +1,32 @@ +--- +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 %} + +
This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+ + +{{ text }}
+ {% endif %} + + {% if buttons %} +{{ title }}
+