5

これを jade テンプレートで翻訳しようとしていますが、できません。何か助けはありますか?

<span class="riciclame_piccolo">
   ricicla
   <span class="rosa">
      .me
   </span>
</span>
<span class="footer_p"> 
   &nbsp&nbsp è un'idea di <a href="http://www.ottoquattro.com" target="_blank">OttoQuattro Web & Video Agency</a>
</span>

ありがとう!!

4

1 に答える 1

13

このようなもの...

span.riciclame_piccolo ricicla
    span.rosa .me
span.footer_p &nbsp&nbsp è un'idea di 
    a(href="http://www.ottoquattro.com", target="_blank") OttoQuattro Web & Video Agency​
于 2012-08-23T10:20:36.423 に答える