doctype html
html
head
title
link(rel='stylesheet', href='/stylesheets/style.css')
link(rel='stylesheet', href='//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css')
script(src="https://code.jquery.com/jquery-2.1.4.min.js")
script(src="//code.jquery.com/ui/1.11.4/jquery-ui.js")
body
block header
block content
block foot
extends layout
block header
include header
block content
h1 Hello on Index page
h2 Hello from Header block