Hi there
I've just discovered the world of Grav. It's great! I'm up and running and creating a modular page but looking for some [rookie] help please.
What I'd like to achieve is the following:
Three content boxes (text and an icon) in a page row that can be edited from the admin with different content. They appear in non-contiguous parts of that row template – in different divs. In this case how do I do it? I can only see a way to do this if each of the three boxes are three distinct pages and templates.
Or can this info be pulled from the md Frontmatter and output as
{{ page.header.contentofboxone }}
{{ page.header.contentofboxtwo }}
{{ page.header.contentofboxthree }}
If so, how do I tell a blueprint to render these as form fields - not just md content – in the admin?
I'm using a custom one-page template – not a Grav skeleton or theme.
Many thanks
Tim
