{#
=============================================================================
advanced/templates/page-builder.html โ Page Builder Demo Template
=============================================================================
Renders nested frontmatter data from content/pages/process.md into
structured page sections:
- Hero section (from frontmatter.hero)
- Card grid (from frontmatter.cards)
- Tabbed process steps (from frontmatter.process_tabs)
- Testimonials (from frontmatter.testimonials)
This demonstrates the pattern of using frontmatter as structured
page-builder data rather than just SEO metadata.
=============================================================================
#}
{% extends "layout/base.html" %}
{% block content %}
{# ==================================================================
HERO SECTION โ from frontmatter.hero
================================================================== #}
{% if hero %}
{{ hero.subheading }} {{ card.body }} {{ testimonial.quote }}{{ hero.heading }}
{% if hero.subheading %}
How We Work
{{ card.title }}
Our Process
{{ tab.label }}
{% if tab.steps %}
{% for step in tab.steps %}
{% endif %}
What Clients Say
{% endfor %}