<pre><!--{$var|@var_export}--></pre>
<pre><!--{php}-->
echo nl2br(htmlspecialchars(var_export($this->get_template_vars(), TRUE)));
<!--{/php}--></pre>
<!--{capture assign=tmp}--><!--{php}-->
var_dump($this->get_template_vars(), TRUE);
<!--{/php}--><!--{/capture}-->
<pre><!--{$tmp|h|nl2br}--></pre>
未解決
<!--{debug}-->