2019-12-09 15:25:58 +00:00
|
|
|
<body>
|
2019-12-10 11:37:21 +00:00
|
|
|
<h1 class="title"><a href="/">{{name}}</a></h1>
|
2019-12-09 19:48:19 +00:00
|
|
|
<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>
|
2019-12-09 15:25:58 +00:00
|
|
|
</div>
|
|
|
|
</body>
|