Skip to content

Instantly share code, notes, and snippets.

@vdurmont
Created November 7, 2013 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdurmont/7361513 to your computer and use it in GitHub Desktop.
Save vdurmont/7361513 to your computer and use it in GitHub Desktop.
doctype html5
html
head
title #{title}
link(rel="stylesheet", href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css")
body
div.container(style="max-width: 800px;")
h1 My sample app
block content
footer(style="text-align:center;")
p Copyright © MyApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment