我怎么能在翡翠中做到这一点?

Sec*_*nes 5 express pug

我试图在我的玉模板中翻译这个,但不能.有帮助吗?

<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>
Run Code Online (Sandbox Code Playgroud)

谢谢!!

Spl*_*ity 12

像这样......

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?
Run Code Online (Sandbox Code Playgroud)