11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
|
html(lang="en")
|
||
|
head
|
||
|
meta(charset='utf-8')
|
||
|
title
|
||
|
Suggestions
|
||
|
body
|
||
|
h1 Suggestions for !{ts}
|
||
|
ol
|
||
|
each item in suggestions
|
||
|
li: a(href=item.url)= item.name
|