mirror of
https://github.com/karl0ss/JDRssDownloader.git
synced 2025-04-28 04:13:39 +01:00
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
|
extends layout
|
||
|
|
||
|
block layout-content
|
||
|
div.View
|
||
|
h1.Banner Log File
|
||
|
div.body
|
||
|
each val in logFile
|
||
|
li= val
|
||
|
div.NavButtons
|
||
|
a(href="/")
|
||
|
div.NavButton Home
|