html {
    head { title { 'My App' } };
    body {
        h1 { 'howdie ' . $self->name . '!' };
    };
}