Sha256: 834a7fbd88ac14686ba98eb70f71e945191548883c403967de045168b7e7c130

Contents?: true

Size: 556 Bytes

Versions: 1

Compression:

Stored size: 556 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 contact_layout">
		<h1 class="contact-h1 py-2">{{contactData.h1}}</h1>
		<h2 class="contact-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.6 _layouts/contactUs.html