Work on lots of CSS magic
This commit is contained in:
@ -1,15 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{% include head.html %}
|
||||
<body>
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
<div id="box">
|
||||
{% include header.html %}
|
||||
|
||||
<div id="main">
|
||||
{% include header.html %}
|
||||
{% include sidebar.html %}
|
||||
|
||||
<div id="content">
|
||||
{{ content }}
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<!--{% include footer.html %}-->
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user