| 1234567891011121314151617181920212223242526272829 | 
							- <html>
 
- <head>
 
-   <title>{% block page_title %} Home {% endblock %} » oz123.github.com</title>
 
-   <link rel="stylesheet" type="text/css" href="/media/css/pygments_style.css" media="screen" /> 
 
-   <link rel="stylesheet" type="text/css" href="/media/css/site.css" media="screen" /> 
 
-   {% block css %}{% endblock %}
 
-   <link href="{% block head_feed_link %}/atom.xml{% endblock %}" type="application/atom+xml" rel="alternate" title="{% block head_feed_title %}Oz's github » Oz's Weblog{% endblock %}" /> 
 
- <link rel="stylesheet" type="text/css" media="screen" href="http://www.devslide.com/public/labs/browser-detection/browser-detection.css" />
 
- </head>
 
- <body>
 
- <div id="page" class="loading">
 
- <!-- This block contains the header information of each post -->
 
-   <div id="header">
 
-     {% block header %}
 
-     {% endblock %}
 
-   </div>
 
-   <div id="content">
 
-     {% block content %}
 
-     {% endblock %}
 
-   </div>
 
-   <div id="footer">
 
-     <p>© Oz Nahum Tiram 2012. Some Rights Reserved</p>
 
-   </div>
 
- </div>
 
- {{side_bar}}
 
- {{google_analytics}}
 
- </body>
 
- </html>
 
 
  |