mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-01-15 17:20:04 +00:00
12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
|
extends layout
|
||
|
|
||
|
block content
|
||
|
h3 Last 30 blocks
|
||
|
|
||
|
table
|
||
|
each block in blocks
|
||
|
tr
|
||
|
td #{block.height}
|
||
|
td
|
||
|
a(href='/block/#{block.hash}/') #{block.hash}
|