forked from GitHub/dbot
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
div#controls
|
|
input(type="text", name="search", id="search-text", oninput="search(this.value)")
|
|
ul#quotelist
|
|
-each quote in quotelist
|
|
a(href='/quotes/'+quote)
|
|
li.quotes #{quote}
|
|
|