feat: add basic blog features
This commit is contained in:
6
views/post.pug
Normal file
6
views/post.pug
Normal file
@@ -0,0 +1,6 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
article
|
||||
h1= post.title
|
||||
div!= html
|
||||
Reference in New Issue
Block a user