Refactor pages.

This commit is contained in:
Lars Jung
2015-05-13 16:13:21 +02:00
parent f19d9b9419
commit ae677a2194
6 changed files with 40 additions and 53 deletions

View File

@@ -0,0 +1,10 @@
extends ./page.tpl.jade
block init
- var TITLE = 'index - powered by ' + pkg.name + ' v' + pkg.version + ' (' + pkg.homepage + ')'
- var MODULE = 'index'
block body
div#fallback <?= FALLBACK; ?>