9 lines
252 B
HTML
Raw Normal View History

2014-09-01 22:10:41 -04:00
{% include blog_header.html %}
<div class='single_post'>
<h1 class="post_title"><a href='{{ page.url }}'>{{ page.title }}</a></h1>
{% include breadcrumb.html %}
<div class="post_content">
{{ content }}
</div>
</div>
{% include blog_footer.html %}