mirror of
https://github.com/karl0ss/JDRssDownloader.git
synced 2025-04-27 20:03:40 +01:00
19 lines
360 B
Plaintext
19 lines
360 B
Plaintext
extends layout
|
|
|
|
block layout-content
|
|
div.View
|
|
h1.Banner Show List
|
|
div.Message
|
|
table
|
|
thead
|
|
tr
|
|
th Show Name
|
|
th Quality
|
|
tbody
|
|
each val, key in showList
|
|
tr
|
|
td= val.Name
|
|
td= val.Quality
|
|
div.NavButtons
|
|
a(href="/")
|
|
div.NavButton Home |