basic 'site page', model and controller for FindById creation

This commit is contained in:
2020-01-04 18:02:15 -05:00
parent 191e7e825a
commit ff98c8c4fa
9 changed files with 61 additions and 16 deletions

7
views/site.pug Normal file
View File

@ -0,0 +1,7 @@
extends layout
block content
h1= site.site
p #{site.description}
include footer.pug