Dwelling/homepage/views/articles/article.pug

17 lines
341 B
Plaintext
Raw Normal View History

2021-02-10 01:01:50 +04:00
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