| {% extends "html/page.html" %} |
| {% include "js/blog_page.js" %} |
| {% include "js/blog_subscribe.js" %} |
| {% include "css/blog_page.css" %} |
| <div class="layout-wrapper layout-wrapper-background"> |
| <div class="web-content" id="blog-{{ name }}"> |
| <div class="layout-main-section"> |
| <!-- begin blog content --> |
| <div class="help">By {{ full_name }} on {{ updated }}</div> |
| <!-- end blog content --> |
| <div class="blog-comments"> |
| {% if not comment_list %} |
| <div class="no-result help hide"> |
| <p>Be the first one to comment</p> |
| {% include 'html/comment.html' %} |
| <button class="btn add-comment">Add Comment</button> |
| <div class="layout-side-section"> |
| <p><a href="blog.html">All Blogs</a></p> |
| {% block blog_subscribe %} |
| {% include "html/blog_subscribe.html" %} |
| <div class="recent-posts" style="min-height: 100px;"></div> |
| <div style="clear: both"></div> |