11 lines
255 B
HTML
11 lines
255 B
HTML
<!-- About Start -->
|
|
|
|
<section id="{{ page.title }}" class="container content-section text-center">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-lg-offset-2">
|
|
{{ page.content | markdownify }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- About End -->
|