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

indigoplugin.templates.HtmlTemplate.scala Maven / Gradle / Ivy

The newest version!
package indigoplugin.templates

object HtmlTemplate {

  def template(
      title: String,
      showCursor: Boolean,
      scriptName: String,
      backgroundColor: String
  ): String =
    s"""
      |
      |  
      |    
      |    
      |    $title
      |    
      |  
      |  
      |    
      |    
| | | | | | """.stripMargin }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy