lot/jade/output.jade
2016-02-09 15:07:14 +00:00

17 lines
514 B
Plaintext

doctype html
html(lang="en")
head
title Numbers
body
h1 Numbers
div.line
each item in mainline
span(style="padding:3px; background-color:lightblue;")= item
each item in mainstars
span(style="padding:3px; background-color:lightyellow;")= item
div.line
each item in otherLine
span(style="padding:3px; background-color:lightblue;")= item
each item in otherStars
span(style="padding:3px; background-color:lightyellow;")= item