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 | |
Rushabh Mehta | c50f088 | 2012-12-10 18:25:30 +0530 | [diff] [blame] | 17 | <div class="layout-main"> |
Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 18 | <h1>Blog</h1> |
| 19 | <br> |
Rushabh Mehta | fd6ad19 | 2012-12-17 12:52:43 +0530 | [diff] [blame^] | 20 | <div id="blog-list" style="min-height: 400px;"> |
Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 21 | <!-- blog list will be generated dynamically --> |
| 22 | </div> |
Rushabh Mehta | fd6ad19 | 2012-12-17 12:52:43 +0530 | [diff] [blame^] | 23 | <div style="text-align: center;"> |
| 24 | <button id="next-page" class="btn">More...</button> |
| 25 | </div> |
Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 26 | </div> |
Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 27 | </div> |
| 28 | </div> |
| 29 | {% endblock %} |