Created
September 1, 2017 20:15
-
-
Save dustinlacewell-wk/2a0e9a16d724ac23d5a19e92f5606d07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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