Anand Doshi | 10bcf5e | 2012-06-26 18:54:10 +0530 | [diff] [blame] | 1 | {% extends "blog/blog.js" %} |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 2 | |
| 3 | {% block content %} |
Anand Doshi | 72c945b | 2012-06-22 20:01:07 +0530 | [diff] [blame] | 4 | <div class="layout-wrapper layout-wrapper-background"> |
| 5 | <div class="web-content" id="blog-{{ name }}"> |
| 6 | |
| 7 | <div class="layout-main-section"> |
| 8 | <h2>{{ title }}</h2> |
| 9 | <div class="help">By {{ full_name }} on {{ updated }}</div> |
| 10 | <br> |
| 11 | {{ content_html }} |
| 12 | <hr><h3>Comments</h3> |
| 13 | <br> |
| 14 | <div class="blog-comments"></div> |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 15 | </div> |
Anand Doshi | 72c945b | 2012-06-22 20:01:07 +0530 | [diff] [blame] | 16 | |
| 17 | <div class="layout-side-section"> |
| 18 | <p><a href="blog.html">All Blogs</a></p> |
| 19 | <h4>Recent Posts</h4> |
| 20 | <div class="recent-posts" style="min-height: 100px;"></div> |
| 21 | <h4>Subscribe</h4> |
| 22 | <p> |
| 23 | <img src="images/feed.png" style="margin-right: 4px; margin-bottom: -4px"> |
| 24 | <a href="rss.xml" target="_blank">RSS Feed</a> |
| 25 | </p> |
| 26 | </div> |
| 27 | |
| 28 | <div style="clear: both"></div> |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 29 | </div> |
Rushabh Mehta | bd7f723 | 2012-06-15 14:00:06 +0530 | [diff] [blame] | 30 | </div> |
Anand Doshi | 72c945b | 2012-06-22 20:01:07 +0530 | [diff] [blame] | 31 | {% endblock %} |