标签: php coffeescript twig
是否可以将Twig扩展为解析< tag> ...< / tag>串?
我知道我可以扩展twig来解析{%tag%} {%endtag%}。
但是如何解析html标签?
我想解析
<script type="text/coffeescript">...</script>
到javascript:
<script type="text/javascript">...</script>
更新:
以下是解决方案:https://github.com/Elfet/CoffeeBundle