Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Created June 16, 2016 22:18
Show Gist options
  • Save nickmealey/15590d77ebdd4386f9cf0d56f64b5d3c to your computer and use it in GitHub Desktop.
Save nickmealey/15590d77ebdd4386f9cf0d56f64b5d3c to your computer and use it in GitHub Desktop.
<html>
<head>
{{ content_for_header }}
{% include 'head' %}
</head>
<body>
{% include 'header' %}
<main id="main">
{{ content_for_layout }}
</main>
{% include 'footer' %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment