I'am new to templating engine like mustache + integration with fuelphp. I'am trying to pass Asset::css(array('some_css')); to templating and i'am getting trouble with rendering. The output always show htmlentities version of the output. so when it means
<link href=
it will become
< link
How do i get this done to make it render css properly? am i miss some concept?