mirror of
https://github.com/janoside/btc-rpc-explorer.git
synced 2026-08-13 12:33:13 +02:00
14 lines
No EOL
294 B
Text
14 lines
No EOL
294 B
Text
extends layout
|
|
|
|
block headContent
|
|
title #{coinConfig.name} Quote ##{quoteIndex}
|
|
|
|
block content
|
|
.d-flex.justify-content-between.mb-3
|
|
+pageTitle(`${coinConfig.name} Quote #${quoteIndex}`)
|
|
|
|
.text-end
|
|
a(href=`./quotes`) All Quotes
|
|
|
|
.pt-9
|
|
+quote(btcQuotes[quoteIndex], -1, {fontSize: 1}) |