How to escape the @ in play framework templates (view and tags)? If you add a "@" in any view in play framework it will be automatically processed by the template processor. Even if is an email address or a twitter account.
相关问题
- PlayFramework: how to transform each element of a
- Could not import the newly generated play framewor
- Play Framework Unicode symbols in HTTP Header
- Play framework 2 : How to pass object between rout
- Putting output of 'git describe' in templa
相关文章
- how to set H2 primary key id to auto_increment?
- Testing request with CSRF Token in Play framework
- How to map an abstract collection with jpa?
- Build maven project as a part of SBT build
- play2 framework my template is not seen. : package
- How does @Inject in Scala work
- play framework 2.0 - unexpected exception - Key No
- Error integration fingerprint U.are.U SDK with jav
Just repeat the @ for example as @@: MyTestView.scala.html
The information can be found at http://www.playframework.com/documentation/2.0/ScalaTemplates