2012-06-26 13:24:10 +00:00
|
|
|
{% extends "blog/blog.js" %}
|
2012-06-19 08:45:13 +00:00
|
|
|
|
2012-06-22 14:31:07 +00:00
|
|
|
{% block content %}
|
|
|
|
<div class="layout-wrapper layout-wrapper-background">
|
|
|
|
<div class="web-content" id="blog-{{ name }}">
|
2012-06-19 08:45:13 +00:00
|
|
|
|
2012-06-22 14:31:07 +00:00
|
|
|
<div class="layout-main-section">
|
|
|
|
<h2>{{ title }}</h2>
|
|
|
|
<div class="help">By {{ full_name }} on {{ updated }}</div>
|
|
|
|
<br>
|
|
|
|
{{ content_html }}
|
|
|
|
<hr><h3>Comments</h3>
|
|
|
|
<br>
|
|
|
|
<div class="blog-comments"></div>
|
|
|
|
</div>
|
2012-06-15 08:30:06 +00:00
|
|
|
|
2012-06-22 14:31:07 +00:00
|
|
|
<div class="layout-side-section">
|
|
|
|
<p><a href="blog.html">All Blogs</a></p>
|
|
|
|
<h4>Recent Posts</h4>
|
|
|
|
<div class="recent-posts" style="min-height: 100px;"></div>
|
|
|
|
<h4>Subscribe</h4>
|
|
|
|
<p>
|
|
|
|
<img src="images/feed.png" style="margin-right: 4px; margin-bottom: -4px">
|
|
|
|
<a href="rss.xml" target="_blank">RSS Feed</a>
|
|
|
|
</p>
|
2012-06-15 08:30:06 +00:00
|
|
|
</div>
|
2012-06-22 14:31:07 +00:00
|
|
|
|
|
|
|
<div style="clear: both"></div>
|
2012-06-15 08:30:06 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-06-22 14:31:07 +00:00
|
|
|
{% endblock %}
|