2016-06-12 16:00:30 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
{% include header.html %}
|
|
|
|
|
|
|
|
<div class="page-content">
|
|
|
|
<div class="wrapper">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include footer.html %}
|
2016-06-12 20:01:23 -07:00
|
|
|
{% include share-buttons.html %}
|
2016-06-12 16:00:30 -07:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|