@(theme: String, displayName: String, welcomeMessage: String, googleAnalytics: String)(implicit user: Option[models.User]) @main("Customize") {
This page allows you to change the look and feel of Clowder. You can change the theme used, common icons used as well as change the name, welcome message and other items show on every page.

Change look and feel
Welcome text
Tracking
Logos
@logoSelect("GLOBAL", "favicon", Some("images/favicon.png"), None)
@logoSelect("GLOBAL", "logo", None, Some("Show display name"))



}