Theme builds landing page using title, description and contents from content/_index.md
, expanded version of site global navigation and deep navigation.
For example:
+++
title="Add a title"
description="Optional description"
[extra.poly]
hero="hero.png"
+++
# My landing page content
Hello word
<form>
{{ field(type="email",name="email",label="Subscribe") }}
{{ formButtons(submit="Subscribe") }}
</form>