titarenko/generator-erma

View on GitHub
app/templates/views/_landing.jade

Summary

Maintainability
Test Coverage
extends master
block head
    link(href="/landing.css", type="text/css", rel="stylesheet")
block body
    .container: .row: .col-md-2.col-md-offset-1
        h1 <%= name %>
        p <%= description %>
        a.btn.btn-primary.btn-large(href="/login/google") Start &rarr;