Sha256: 877c53135ba9d20acc76f40c5b4696bf1cd58e4720728ac39a6c449e4042e793
Contents?: true
Size: 537 Bytes
Versions: 1
Compression:
Stored size: 537 Bytes
Contents
{% assign file = page.fileName %} {% assign folder = page.folderName %} {% assign lang = page.lang %} {% assign contactData = site.data[folder][lang][file] %} <!DOCTYPE html> <html lang="en" data-tool="landing"> {% include head/index.html %} <body> {% include header/index.html %} <div class="container py-4"> <h1 class="about-h1 py-2">{{contactData.h1}}</h1> <h2 class="about-h2">{{contactData.h2}}</h2> <p class="py-2">{{contactData.paragraph}}</p> </div> {% include footer/index.html %} </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appscms-tools-theme-0.4.5 | _layouts/contactUs.html |