<head>
and <link>
.So let’s create one that looks like the one below.
/themes/default/layouts
.my_layout.tmpl
.{{ render "top_nav" . }}
and {{ render "footer" . }}
respectively.
/themes/default/views
.<h1>
we use {{ .page.Title }}
to display the page name.<p>
we use {{ .blocks.Description.Content }}
to display the page content.my_template.tmpl
and save it.themes.json
) add a new key to the object that will look like this:My new Template
, so create a page that will look like this:my-domain.io/my-first-page
) and you should be able to see your new page with the content added via the UI: