Rushabh Mehta | 1dd3301 | 2013-03-08 11:00:18 +0530 | [diff] [blame^] | 1 | {% extends "html/page.html" %} |
2 | |||||
3 | {% set title="Blog Writers" %} | ||||
4 | |||||
5 | {% block content %} | ||||
6 | <div class="span12"> | ||||
7 | <h2 id="blog-title">Blog Writers</h2> | ||||
8 | <hr> | ||||
9 | {% for blogger_info in bloggers %} | ||||
10 | {% include "html/blogger.html" %} | ||||
11 | {% endfor %} | ||||
12 | </div> | ||||
13 | {% include 'html/blog_footer.html' %} | ||||
14 | {% endblock %} |