41 lines
1.7 KiB
Handlebars
41 lines
1.7 KiB
Handlebars
<body>
|
|
<main>
|
|
<center>
|
|
<p>
|
|
>>> 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. This is cryptocurrency financial advise. <<<
|
|
</p>
|
|
<table cellpadding="20" border="1">
|
|
<tr>
|
|
{{#each categoriesAndSites}}
|
|
<td valign="top" width="50%">
|
|
<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>
|
|
{{#ifDivisibleBy @index 2}}
|
|
</tr>
|
|
<tr>
|
|
{{/ifDivisibleBy}}
|
|
{{/each}}
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
{{>lyrics lyrics="微笑み忘れた顔など<br>
|
|
見たくはないさ<br>
|
|
愛を取り戻せ"}}
|
|
</center>
|
|
</main>
|
|
</body>
|