com
.
twitter
.
scrooge
mustache
package
mustache
Visibility
Public
All
Type Members
case class
Dictionary
(
parent: Option[Dictionary]
,
map: Map[String, Value]
)
extends Product with Serializable
case class
Handlebar
(
document: Template
)
extends Product with Serializable
class
HandlebarLoader
extends AnyRef
Value Members
object
CleanupWhitespace
extends (Template) ⇒ Template
If a section header is on its own line, remove the trailing linefeed.
object
Dictionary
extends Serializable
object
Handlebar
extends Serializable
object
MustacheAST
extends AnyRef
object
MustacheParser
extends RegexParsers