InterJinn

Development Framework For PHP

Embed: {comment}

Abstract

Synopsis: {comment: miscellaneousComment}

This embed is provided so that content producers can include comments in their templates and source files. Any content placed in this embed will be stripped out of the final compiled content. This method of commenting is not powerful enough to comment out blocks of PHP code or any content containing a closing curly brace (}). For such purposes the <jinn:comment/> tag is recommended.

Example:
{comment:
//
// The following section defines the secondary navigation layout
// table. Make sure there are no spaces within the <td/> cells.
//
////////////////}