Minor changes
This commit is contained in:
2
pages/anime.pug
Normal file
2
pages/anime.pug
Normal file
@ -0,0 +1,2 @@
|
||||
h1 {{.Title.Romaji}}
|
||||
p {{.Description}}
|
8
pages/layout.pug
Normal file
8
pages/layout.pug
Normal file
@ -0,0 +1,8 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title Test
|
||||
link(href='/styles/base.css', rel='stylesheet')
|
||||
link(href='/styles/layout.css', rel='stylesheet')
|
||||
body
|
||||
{{ yield }}
|
Reference in New Issue
Block a user