* @package zin * @version $Id * @link https://www.zentao.net */ namespace zin; require_once __DIR__ . DS . 'wg.class.php'; class rawContent extends wg { protected function build(): directive { return h::comment('{{RAW_CONTENT}}'); } }