image_node/views/layout.pug

13 lines
199 B
Text
Raw Normal View History

doctype html
html(lang="en")
head
meta(charset='utf-8')
if title
title Image Node - #{title}
else
title Image Node
2020-04-26 21:25:55 +02:00
link(rel="stylesheet", href="/css/main.css")
body
block content