node-express-ex-boilerplate
Version:
A really extendable Express app boilerplate
20 lines (15 loc) • 443 B
text/jade
doctype html
html(lang='ru')
head
meta(charset="utf-8")
meta(name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1")
meta(name="description" content="...")
title= "Express App Extended Boilerplate"
link(rel='stylesheet', href='/css/styles.css')
block scripts_head
body
h1 I'm layout
#content
block content
block scripts_body
script(src="js/scripts.js")