Dwelling/homepage/views/articles/article.pug

18 lines
360 B
Plaintext

extends ../base.pug
block head
link(href='/assets/css/articles.css' rel='stylesheet')
block head_ext
block nav
nav
a(href='/') Home
a(href='/stuff') Stuff
a(href='/mindflow') Mindflow
a(href='/about') About
a(href='/guestbook') Guestbook
h1 Articles
block content
article
block article