Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created March 22, 2012 21:11
Show Gist options
  • Select an option

  • Save AeroNotix/2164601 to your computer and use it in GitHub Desktop.

Select an option

Save AeroNotix/2164601 to your computer and use it in GitHub Desktop.
<!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>

ghost commented Mar 22, 2012

Copy link
Copy Markdown

For the menu you want

  • nested inside the

      e.g.

      • LOLOL
      • LOLOL
      • LOLOL
      • LOLOL
  • Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment