标签: javascript haml mustache hogan.js
我的HAML模板中有以下代码块
%strong.meta-value %i.tiny-icon-{{ source }} {{ source }}
如果source: 'foo'我想要以下输出:
source: 'foo'
<strong class="meta-value"><i class="tiny-icon-foo">Foo</i></strong>
但是Rails开始在我身上大喊语法错误:)