2020-04-26 18:55:21 +02:00
|
|
|
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")
|
2020-04-26 18:55:21 +02:00
|
|
|
body
|
|
|
|
block content
|
|
|
|
|