<!-- #directive attr1="value1" attr2="value2" ... -->
Directives are enclosed in standard HTML comments. So if SSI processing is not enabled, your browser will ignore them. Otherwise, each directive is evaluated and is replaced by its results.
Note: Enclosing an attribute's value in double quotes is not mandatory if it does not contain whitespaces.
Note: A whitespace should precede the comment terminator -->.