About Page Templates
Introduction
An Example Page Template
{% include 'site/constants' -%}
<!doctype html><html lang="en">
<head>
{% include 'code_snippet', item: '1', name: 'SEO' -%}
{% include 'code_snippet', item: '2', name: 'HTML Head' -%}
</head>
<body>
<section id="visualEditor" style="display: none">
{% include 'site/visualEditor'-%}
</section>
{% include 'header'
template: "1"
header_image: "images/fido/logo-white-bg.svg"
group_id: "11149" -%}
<main>
{{content_for_layout}}
</main>
{% include 'footer', template: "1" -%}
{% include 'site/visualEditor' type: 'js'-%}
</body>
</html>
</div>Page Templates on platformOS
Last updated
Was this helpful?

