Created
March 22, 2012 21:11
-
-
Save AeroNotix/2164601 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> | |
| <title>{% block title %}{% endblock %}</title> | |
| <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}styles.css"> | |
| </head> | |
| <body> | |
| <a href="http://github.com/AeroNotix"> | |
| <img style="position: absolute; top: 0; right: 0; border: 0;" | |
| src={{ githuburl }} | |
| alt="Fork me on GitHub"> | |
| </a> | |
| <div class="left"> | |
| {% block menu %} | |
| <ul>LOLOL</ul> | |
| <ul>LOLOL</ul> | |
| <ul>LOLOL</ul> | |
| <ul>LOLOL</ul> | |
| {% endblock %} | |
| </div> | |
| </br> | |
| <div class="main-heading"> | |
| Ideas from the East | |
| </div> | |
| <div class="line"> | |
| <hr> | |
| </div> | |
| <div id="content"> | |
| {% block content %} | |
| {% endblock %} | |
| </div> | |
| {% block footer %} | |
| <div class="footer"> | |
| Aaron France 2012 | |
| </div> | |
| {% endblock %} | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the menu you want
e.g.