!include
From STIQ
Includes another page (or component) into the current page, enabling reusability.
The included page (or component) is displayed in a collapsable section.
Warning: be careful of include recursion (a page that includes a second page that includes the first page).
Options
- seamless - does not display the include page within a collapsable section window.
- setup - display the include page with the section header 'Set Up:'
- teardown - display the include page with the section header 'Tear Down:'
Example Usage;
!include -setup .ProjectRoot.UseCases.IncreaseCustomerBalance.SetUp
!include .ProjectRoot.UseCases.IncreaseCustomerBalance.SetUp
!include SetUp
