17 lines
236 B
HTML
17 lines
236 B
HTML
---
|
|
layout: default
|
|
---
|
|
{% comment %}
|
|
This layout is a post with pagination.
|
|
{% endcomment %}
|
|
|
|
<!-- Main -->
|
|
<section id="main" class="wrapper style1">
|
|
<div class="inner">
|
|
|
|
<!-- Content -->
|
|
{{ content }}
|
|
|
|
</div>
|
|
</section>
|