21 lines
503 B
HTML
Executable File
21 lines
503 B
HTML
Executable File
url = "/about-us"
|
|
layout = "mainN"
|
|
title = "About Us"
|
|
==
|
|
{%partial "bread" title='about.title'|_ %}
|
|
|
|
{% partial 'home/banner' %}
|
|
|
|
<!-- ABOUT US AREA START -->
|
|
<div class="ltn__about-us-area pt-90 pb-70">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 align-self-center">
|
|
<div class="about-us-info-wrap">
|
|
{% content "about"%}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- ABOUT US AREA END --> |