11 lines
No EOL
309 B
Handlebars
11 lines
No EOL
309 B
Handlebars
<body>
|
|
<h1 class="title"><a href="/">{{name}}</a></h1>
|
|
<h1 class="subtitle toggle">dark/light</h1>
|
|
<div class="center">
|
|
{{#each art}}
|
|
<img src="http://{{this.image}}" width="{{this.aspect.w}}" height="{{this.aspect.h}}" alt="Image">
|
|
{{/each}}
|
|
</div>
|
|
<div id="box"></div>
|
|
</div>
|
|
</body> |