initial commit, database config working, pug template basic config, generated site working
This commit is contained in:
7
views/index.pug
Normal file
7
views/index.pug
Normal file
@ -0,0 +1,7 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
|
||||
include footer.pug
|
Reference in New Issue
Block a user