16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
|
!!!5
|
||
|
html
|
||
|
head
|
||
|
title #{title} - My Site
|
||
|
link(rel='stylesheet', href='/style.css')
|
||
|
body
|
||
|
header
|
||
|
h1 My Site
|
||
|
.container
|
||
|
.main-content
|
||
|
block content
|
||
|
.sidebar
|
||
|
block sidebar
|
||
|
footer
|
||
|
hr
|
||
|
p Running on node with Express and Jade
|