onion-wownero-blockchain-ex.../src/templates/altblocks.html

20 lines
429 B
HTML

<h2 style="margin-bottom: 0px">
Alternative blocks
</h2>
<h4 style="font-size: 14px; margin-top: 0px">(no of alt blocks: {{no_alt_blocks}})</h4>
<div class="center">
<table class="center" style="width:80%">
<tr>
<td>hash</td>
</tr>
{{#blocks}}
<tr>
<td>{{hash}}</td>
</tr>
{{/blocks}}
</table>
</div>