Add simple templating with pug
This commit is contained in:
7
templates/layout.pug
Normal file
7
templates/layout.pug
Normal file
@@ -0,0 +1,7 @@
|
||||
html
|
||||
head
|
||||
title #{attributes.title} - AOE Tech Radar
|
||||
block scripts
|
||||
script(src='/jquery.js')
|
||||
body
|
||||
block content
|
||||
Reference in New Issue
Block a user