start_again

This commit is contained in:
2016-10-27 01:14:52 -04:00
parent f2f8ef95a3
commit dd89f3caca
63 changed files with 4596 additions and 64 deletions
+25
View File
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
<div class="col-main">
{{ content }}
</div>
<div class="col-second">
{% include sidebar.html %}
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>