mercredi 11 avril 2018

Ember template: Put code into another place

This is the template:


<div>
    <div>
        <div class="here">
        </div>
    </div>
    <div>
        
        
        
    </div>
</div>


I want to put first line here:

         <div class="here">
             
         </div>

But it breaks. How can I do that?




Aucun commentaire:

Enregistrer un commentaire