Dwelling/homepage/views/articles/article.pug

18 lines
360 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')
2022-05-19 17:08:22 +04:00
block head_ext
2021-02-10 01:01:50 +04:00
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