views.package.scala Maven / Gradle / Ivy
/*
* Copyright (C) 2009-2015 Typesafe Inc.
*/
/**
* Contains ready to use built-in templates and template helpers.
*/
package object views
package views {
/**
* Contains ready to use built-in templates and template helpers for html templates.
*/
package object html
/**
* Contains ready to use built-in templates and template helpers for text templates.
*/
package object txt
/**
* Contains ready to use built-in templates and template helpers for xml templates.
*/
package object xml
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy