include

@includeDirective

Splices a partial — a .part.chalk attachment — into the document at compile time, exactly where the directive is written. A dataset or constant declared in an included file is visible to the whole document.

#Attributes

srcRequiredImplicit
The partial's file name. Written as shorthand (@include:overview.part.chalk) or explicitly (@include(src: overview.part.chalk)).Can be written as shorthand: @include:value

#Examples

@include:overview.part.chalk