1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-01-15 17:20:04 +00:00
gostexplr/views/index.jade
2018-02-03 21:14:56 +05:00

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}