diff -r ba89bccede7e -r 50a354e5bda4 base/src/sqwl/cms/datamodel.scala --- a/base/src/sqwl/cms/datamodel.scala Tue Dec 04 13:18:02 2018 +0100 +++ b/base/src/sqwl/cms/datamodel.scala Thu Dec 06 13:27:14 2018 +0100 @@ -23,6 +23,11 @@ } trait iContent { + def appTitle: String + def appTitleShort: String + def icon: (String, Path) + def publicAssets: Path + def styleSheet: (String, Path) def articlesByTag(t: iTag): Seq[iArticle] def articlesByCategory(c: iCategory): Seq[iArticle] def tags: Seq[iTag]