base.html 1.1 KB

12345678910111213141516171819202122232425262728
  1. <html>
  2. <head>
  3. <meta name="google-site-verification" content="7kNes4_ZZZxK2SmNwu1AB1fFQtxf_ZyFxSJ_4su_LDU" />
  4. <title>{% block page_title %} Home {% endblock %} &raquo; oz123.github.com</title>
  5. <link rel="stylesheet" type="text/css" href="/media/css/pygments_style.css" media="screen" />
  6. <link rel="stylesheet" type="text/css" href="/media/css/site.css" media="screen" />
  7. {% block css %}{% endblock %}
  8. <link href="{% block head_feed_link %}/atom.xml{% endblock %}" type="application/atom+xml" rel="alternate" title="{% block head_feed_title %}Oz's github &raquo; Oz's Weblog{% endblock %}" />
  9. <link rel="stylesheet" type="text/css" media="screen" href="http://www.devslide.com/public/labs/browser-detection/browser-detection.css" />
  10. </head>
  11. <body>
  12. <div id="page" class="loading">
  13. <div id="header">
  14. {% block header %}
  15. {% endblock %}
  16. </div>
  17. <div id="content">
  18. {% block content %}
  19. {% endblock %}
  20. </div>
  21. <div id="footer">
  22. <p>&copy; Oz Nahum Tiram 2012. Some Rights Reserved</p>
  23. </div>
  24. </div>
  25. {{side_bar}}
  26. {{google_analytics}}
  27. </body>
  28. </html>