Anand Doshi | 51146c0 | 2012-07-12 18:41:12 +0530 | [diff] [blame^] | 1 | {% extends "html/page.html" %} |
Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 2 | |
Anand Doshi | 51146c0 | 2012-07-12 18:41:12 +0530 | [diff] [blame^] | 3 | {% block javascript %} |
| 4 | {% include "js/blog.js" %} |
| 5 | {% endblock %} |
Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 6 | |
| 7 | {% block css %} |
Anand Doshi | 51146c0 | 2012-07-12 18:41:12 +0530 | [diff] [blame^] | 8 | {% include "css/blog.css" %} |
Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 9 | {% endblock %} |
| 10 | |
Anand Doshi | 51146c0 | 2012-07-12 18:41:12 +0530 | [diff] [blame^] | 11 | {% block title %}Blog{% endblock %} |
| 12 | |
Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 13 | {% block content %} |
| 14 | <div class="layout-wrapper layout-wrapper-background"> |
| 15 | <div class="web-content" id="content-blog"> |
| 16 | |
| 17 | <div class="layout-main-section"> |
| 18 | <h1>Blog</h1> |
| 19 | <br> |
| 20 | <div id="blog-list"> |
| 21 | <!-- blog list will be generated dynamically --> |
| 22 | </div> |
| 23 | </div> |
| 24 | |
| 25 | <div class="layout-side-section"> |
| 26 | <!-- for later |
| 27 | <h4>Get Updates</h4> |
| 28 | <p> |
| 29 | <input name="blog-subscribe"> |
| 30 | <button class="btn" id="blog-subscribe">Subscribe</button> |
| 31 | </p>--> |
| 32 | <h4>Subscribe</h4> |
| 33 | <p> |
| 34 | <img src="images/feed.png" style="margin-right: 4px; margin-bottom: -4px"> |
| 35 | <a href="rss.xml" target="_blank">RSS Feed</a> |
| 36 | </p> |
| 37 | </div> |
| 38 | <div style="clear: both"></div> |
| 39 | </div> |
| 40 | </div> |
| 41 | {% endblock %} |