mastodon-archive-stats/express_gen/views/layout.jade
2020-07-19 16:47:39 +02:00

15 lines
229 B
Plaintext

doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
nav
ul
li
a(href='/stats')="stats"
li
a(href='/')="home"
block content