kindle-display/server/views/index.pug
Dennis Reimann f1b04570a8
🎉 Initial commit
2020-04-14 17:01:46 +02:00

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}`