Sha256: 3fae58a25ca4f03b45064c45aeae4e354c133f8c3c0be05b5acdce03eea925fc
Contents?: true
Size: 1.02 KB
Versions: 106
Compression:
Stored size: 1.02 KB
Contents
{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign aboutData = site.data[folder][lang][file] %} <!DOCTYPE html> <html lang="{{aboutData.htmlLangAtt}}"> {% include head/index.html %} <body> {% include header/index.html %} {%- include dropdown/langdropdown.html -%} <div class="container py-4 about_layout"> {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%} <div class="row"> <div class="col-md-9 mx-auto"> {%- endif -%} <h1 class="about-h1 py-2">About us</h1> <h2 class="about-h2"> Welcome to {{ page.companyName}}</h2> <p class="about-para py-2">We are here to help you. Ping us your queries at care@{{ page.companyName}}.{{page.domain}}</p> <div> {{content}} </div> {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%} </div> </div> {%- endif -%} </div> {% include staticfooter.html %} {% include script.html %} </body> </html>
Version data entries
106 entries across 106 versions & 1 rubygems