Skip to content

Instantly share code, notes, and snippets.

@ian-kent
Last active August 29, 2015 14:06
Show Gist options
  • Save ian-kent/ead9f381a2ff2463d9ef to your computer and use it in GitHub Desktop.
Save ian-kent/ead9f381a2ff2463d9ef to your computer and use it in GitHub Desktop.
Composure demo
<!doctype html>
<html lang="en">
<head>
<title>Composure demo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/css/bootstrap.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.js"></script>
<style>
body {
padding-top: 70px;
}
</style>
</head>
<body>
{{ .Navbar }}
<div class="container">
{{ .Content }}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment