mirror of
https://github.com/dennisreimann/kindle-display.git
synced 2026-08-13 12:33:45 +02:00
20 lines
377 B
Text
20 lines
377 B
Text
extends _layout
|
|
|
|
block content
|
|
.bg
|
|
.info
|
|
h3.price.price--dollar
|
|
span.curr $
|
|
span.rate= Math.round(rates[1].rate)
|
|
|
|
h1= blockcount
|
|
|
|
h3.price.price--euro
|
|
span.curr €
|
|
span.rate= Math.round(rates[0].rate)
|
|
|
|
if quote
|
|
blockquote
|
|
p= quote.body
|
|
if quote.author && quote.author.name
|
|
p.author= `— ${quote.author.name}`
|