Castalian

SSI includes

Includes are a way of including the text of another page in the one currently being processed. The included page may contain Castalian code, which will be executed as if it were placed where the include statement is placed.

To include the content of another page in the one being processed, use an SSI include file statement:
<-- #include file="filename.cas" -->

Note that the include statement must be in the basic HTML of your page. It cannot be written out by Python code, because SSI includes are processed before any code is executed.

For those who are experienced with SSI includes, only a file type include is available; virtual type includes are not supported.