Dwelling/homepage/views/articles/article.pug

17 lines
341 B
Plaintext

extends ../base.pug
block head
link(href='/assets/css/articles.css' rel='stylesheet')
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