mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-01-30 08:24:23 +00:00
12 lines
192 B
Plaintext
12 lines
192 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}
|