blob: 03a2ed706560ea94ab88c5255708ea68a8765ad8 [file] [log] [blame]
Anand Doshi10bcf5e2012-06-26 18:54:10 +05301{% extends "blog/blog.js" %}
Rushabh Mehtabd7f7232012-06-15 14:00:06 +05302
3{% block content %}
Anand Doshi72c945b2012-06-22 20:01:07 +05304 <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 Mehtabd7f7232012-06-15 14:00:06 +053015 </div>
Anand Doshi72c945b2012-06-22 20:01:07 +053016
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 Mehtabd7f7232012-06-15 14:00:06 +053029 </div>
Rushabh Mehtabd7f7232012-06-15 14:00:06 +053030 </div>
Anand Doshi72c945b2012-06-22 20:01:07 +053031{% endblock %}