image_node/views/layout.pug

12 lines
152 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
body
block content