mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
20 lines
286 B
Plaintext
20 lines
286 B
Plaintext
|
extends ../layout
|
||
|
|
||
|
block content
|
||
|
h2 #{projectstatus}
|
||
|
section#git
|
||
|
h3 Git
|
||
|
p
|
||
|
#{revnum}
|
||
|
section#config
|
||
|
h3 Configuration
|
||
|
ul
|
||
|
li #{currlang}
|
||
|
h4 #{loadmod}
|
||
|
ul
|
||
|
each module in modules
|
||
|
li #{module}
|
||
|
section#footer
|
||
|
p
|
||
|
#{currver}
|