Fixed formatting and order of the example:

Filename: "myproject.something.dt"

!!! 5
html
    head
        title hello
body
    block content

This file includes:

extends myproject.something

block content
    h1 Welcome!
    p This is some content.