api/views/layout.jade

8 lines
125 B
Plaintext
Raw Normal View History

2020-03-02 20:50:33 +01:00
doctype html
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content