Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created September 1, 2017 20:15
Show Gist options
  • Save dustinlacewell-wk/2a0e9a16d724ac23d5a19e92f5606d07 to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/2a0e9a16d724ac23d5a19e92f5606d07 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<wrapper>
<filler></filler>
<menu>{% block menu %}</menu>
<content>{% block content %}</content>
<sidebar>{% block sidebar %}</sidebar>
<filler></filler>
</wrapper>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
{% include "ga.html" %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment