Hi,
I have my md file like:
+++
title = “Team”
id = “single_page”
header = “header_team”
html = “fausto”
+++
Our team
< div class=“mini-hero”>
render the variable html here…
</ div>
How can I reference the variable HTML so that is rendered inside the div “mini-hero”?
That’s great thanks!
Is there a way ( I haven’t found one online ) to pass a page variable to the shortcode as a parameter ( like html one in my example )