17 lines
230 B
HTML
17 lines
230 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="row">
|
|
<div class="col">
|
|
{% include post-meta.html post=page %}
|
|
|
|
<div>
|
|
{{ content }}
|
|
</div>
|
|
|
|
{% include post-tags.html post=page %}
|
|
{% include related_posts.html %}
|
|
</div>
|
|
</div>
|