include

The include directive (include::path[attributes]) let’s you import content from another file into the current document. You can use it multiple times in the same document.

The include directive has the following anatomy:
include::path[leveloffset=offset,lines=ranges,tag(s)=name(s),indent=depth]
The leveloffset, lines, tag(s) and indent attributes are optional, making the simplest case look like:
include::content.adoc[]
The sections that follow go into detail about when the include is processed, how the include file is resolved, and how each attribute is used.

For more information please refer to online documentation.