Skip to content

Instantly share code, notes, and snippets.

@roderik
Created January 19, 2013 10:30
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 roderik/4571852 to your computer and use it in GitHub Desktop.
Save roderik/4571852 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation BlogPost</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Working Document">
<meta name="author" content="Roderik van der Veer">
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/docs.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<h3 class="muted doctitle">Documentation BlogPost</h3>
</div>
{{ content }}
<hr>
<div class="footer">
<p>&copy; Roderik van der Veer 2013</p>
</div>
</div> <!-- /container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment