11 lines
152 B
Text
11 lines
152 B
Text
doctype html
|
|
html(lang="en")
|
|
head
|
|
meta(charset='utf-8')
|
|
if title
|
|
title Image Node - #{title}
|
|
else
|
|
title Image Node
|
|
body
|
|
block content
|
|
|