Moved backend to a separate directory
This commit is contained in:
7
backend/views/index.pug
Normal file
7
backend/views/index.pug
Normal file
@@ -0,0 +1,7 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}!
|
||||
a(href="/logout") Want so say goodbye?
|
||||
p This name is fetched on server-side: #{email}
|
||||
Reference in New Issue
Block a user