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.

18 lines
460 B

extends layout
block headContent
title Search
block content
h1.h3 Search
hr
div.mb-5
form.form(method="post", action="/search")
input(type="hidden", name="_csrf", value=csrfToken)
div.input-group.input-group-lg
input.form-control.form-control-sm(type="text", name="query", placeholder="block height/hash, txid, address", value=(query), style="width: 300px;")
div.input-group-append
button.btn.btn-primary(type="submit") Search