Parse server side non html tag

101 Views Asked by At

I wish parse a Play framework template File, with tags like this ..

#{form @UneReponses.modifier(unereponse.id), method:'PUT', id:'creationForm'}

How to create a tag with this kind of syntax ?

Begin with

(hashtag){form --> name of tag

@UneReponses.modifier(unereponse.id) --> name

method:'PUT' and id:'creationForm' --> attribute

} end of tag;

Any solution ?

Thanks

0

There are 0 best solutions below