Skip to content

Instantly share code, notes, and snippets.

@jparishy
Created December 22, 2015 19:06
Show Gist options
  • Save jparishy/f9b0a002066a17d88738 to your computer and use it in GitHub Desktop.
Save jparishy/f9b0a002066a17d88738 to your computer and use it in GitHub Desktop.
class UserIndexView : View {
convenience init() {
self.init {
t in
BootstrapLayout.render(t, activeTab: .Home) { t in
t.div(cssClass: "jumbotron") { t in
t.h1("Swerver")
t.h4("An MVC Framework for Web Apps & APIs in Swift")
t.tag("hr")
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment