You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
370 B
24 lines
370 B
extends layout
|
|
|
|
block headContent
|
|
title Home
|
|
|
|
block content
|
|
ol(class="breadcrumb")
|
|
li(class="breadcrumb-item")
|
|
a(href="/")
|
|
strong #{host}
|
|
span :#{port}
|
|
|
|
h1 BTC RPC Explorer
|
|
hr
|
|
|
|
h3 Latest Blocks
|
|
|
|
- var blocks = latestBlocks;
|
|
- var blockOffset = 0;
|
|
|
|
include includes/blocks-list.pug
|
|
|
|
hr
|
|
a(href="/blocks", class="btn btn-primary btn-block") See more
|