12 lines
262 B
HTML
12 lines
262 B
HTML
|
|
<!-- About Start -->
|
|
|
|
<section id="{{ page.section-type }}" class="container content-section text-center">
|
|
<div class="row">
|
|
<div class="col-md-10 col-md-offset-1">
|
|
{{ page.content | markdownify }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- About End -->
|