build: setup docker containers for development
This commit is contained in:
9
app/server/views/index.pug
Normal file
9
app/server/views/index.pug
Normal file
@@ -0,0 +1,9 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
section
|
||||
ul
|
||||
each post in posts
|
||||
li
|
||||
a(href=`/posts/${post.id}`)
|
||||
h2= post.title
|
||||
Reference in New Issue
Block a user