9 lines
252 B
HTML
9 lines
252 B
HTML
{% 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 %} |