{{extends "layouts/application.jet"}} {{import "includes/blocks.jet"}} {{block documentBody()}}

Embedded example

{{include "includes/_partial.jet"}} {{if !includeIfExists("doesNotExist.jet")}}

Shows how !includeIfExists works: doesNotExist.jet was not included because it doesn't exist.

{{end}} {{end}}