17 lines
514 B
Plaintext
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
|