Hello! I am currently working on a grav theme and just figured out how to make modular pages. One of these pages has an option to include several buttons. This is my md file for it.
---
title: header
anchor: header
buttons:
- text: Click me
url: #
---
I would like it to look like this (except it says buttons instead of blog item):
How would I go about doing that?
Thank you!