All Downloads are FREE. Search and download functionalities are using the official Maven repository.

html.index.template.scala Maven / Gradle / Ivy


package html

import _root_.play.twirl.api.TwirlFeatureImports.*
import _root_.play.twirl.api.TwirlHelperImports.*
import scala.language.adhocExtensions
import _root_.play.twirl.api.Html
import _root_.play.twirl.api.JavaScript
import _root_.play.twirl.api.Txt
import _root_.play.twirl.api.Xml

object index extends _root_.play.twirl.api.BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable,_root_.play.twirl.api.Format[play.twirl.api.HtmlFormat.Appendable]](play.twirl.api.HtmlFormat) with _root_.play.twirl.api.Template1[String,play.twirl.api.HtmlFormat.Appendable] {

  /**/
  def apply/*1.2*/(title: String):play.twirl.api.HtmlFormat.Appendable = {
    _display_ {
      {


Seq[Any](format.raw/*2.1*/("""



    
    """),_display_(/*7.13*/title),format.raw/*7.18*/("""



    
    
""")) } } } def render(title:String): play.twirl.api.HtmlFormat.Appendable = apply(title) def f:((String) => play.twirl.api.HtmlFormat.Appendable) = (title) => apply(title) def ref: this.type = this } /* -- GENERATED -- SOURCE: examples/generator/src/main/twirl/index.scala.html HASH: 214c93a69d2685c1066a9d9896fb7d7e6fcbfb03 MATRIX: 598->1|707->17|803->87|828->92 LINES: 15->1|20->2|25->7|25->7 -- GENERATED -- */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy