html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
extends layout
block content
div(class='content')
h1= title
p Welcome to #{title}
article 1111
ul
li 11222
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content
extends layout
block content
div(class='content')
h1= title
p Welcome to #{title}
article 1111
ul
li 11222