Initial express.js project structure
This commit is contained in:
4
views/index.pug
Normal file
4
views/index.pug
Normal file
@ -0,0 +1,4 @@
|
||||
extends layout.pug
|
||||
|
||||
block content
|
||||
p This is a test.
|
6
views/layout.pug
Normal file
6
views/layout.pug
Normal file
@ -0,0 +1,6 @@
|
||||
doctype html
|
||||
html(lang="en")
|
||||
head
|
||||
title= pageTitle
|
||||
body
|
||||
block content
|
Reference in New Issue
Block a user