Sha256: 817c46b40ab2704ee5e2571ef95a29c14f4cb5d55e3d4c54f920e2ae33fe2b5b
Contents?: true
Size: 741 Bytes
Versions: 9
Compression:
Stored size: 741 Bytes
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"> <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> </div> {% include staticfooter.html %} {% include script.html %} </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems