1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-01-30 08:24:23 +00:00
gostexplr/views/index.pug

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}