[[IncludeFile? &file=`assets/templates/my-template.html`]]
[[testSnippet]] [[testSnippet]]
<?php include_once($modx->config['base_path'] . 'assets/snippets/test-snippet.php'); ?>
<?php echo "BBBB"; return "AAAA"; ?>
BBBB
<?php include $modx->config['base_path'] . 'assets/snippets/test-snippet.php'; return $output; ?>