shin-neo-lyrical-tokarev/views/lists/sites.hbs

40 lines
1.6 KiB
Handlebars
Raw Normal View History

2024-11-16 02:11:07 -05:00
<body>
<main>
<center>
2024-11-19 00:59:08 -05:00
<p>
2024-12-04 01:46:31 -05:00
>>> Absolutely all of the views, thoughts and opinions expressed by the authors and contributors of the following websites are agreed, promoted, shared and therefore brutally endorsed with an iron fist. <<<
2024-11-19 00:59:08 -05:00
</p>
2024-12-04 12:47:20 -05:00
<table cellpadding="20" border="1">
2024-11-16 02:11:07 -05:00
<tr>
2024-12-06 00:14:47 -05:00
{{#each categoriesAndSites}}
2024-12-04 12:47:20 -05:00
<td valign="top" width="50%">
2024-11-16 02:11:07 -05:00
<h2>{{name}}</h2>
<ul>
{{#each sites}}
<li>
<a href="{{link}}">{{name}}</a> <a class="archive" href="https://web.archive.org/web/*/{{link}}">[archive]</a>
{{#if image}}
<br>
<a href="{{link}}"><img src="/public/dynamic/sync/buttons/{{image}}"></a>
{{/if}}
{{#if description}}
<span>{{description}}</span>
{{/if}}
</li>
{{/each}}
</td>
</ul>
2024-12-06 00:14:47 -05:00
{{#ifDivisibleBy @index 2}}
</tr>
<tr>
{{/ifDivisibleBy}}
2024-11-16 02:11:07 -05:00
{{/each}}
2024-12-06 00:14:47 -05:00
</tr>
2024-11-16 02:11:07 -05:00
</table>
<hr>
{{>lyrics lyrics="<br>
見たくはないさ<br>
愛を取り戻せ"}}
</center>
</main>
</body>