{% set _favicon_mode = (theme or {}).get('favicon_mode', 'auto') %} {% set _favicon_primary = brand_data.get('color_primary', '#4F46E5') %} {% set _gp_fav = '' %} {% set _gp_tmp = (graphics_pack if graphics_pack is defined else {}) %} {% if _gp_tmp.get('essentials', {}).get('favicon', {}).get('url') %} {% set _gp_fav = _gp_tmp.essentials.favicon.url %} {% endif %} {% if _gp_fav %} {% elif _favicon_mode == 'auto' %} {% endif %}
{% if (theme or {}).get('texture_css', '') %} {% endif %} {% set primary = brand_data.get('color_primary', '#4F46E5') %} {% set secondary = brand_data.get('color_secondary', '#7C3AED') %} {% set accent = brand_data.get('color_accent', '#06B6D4') %} {% set t = theme or {} %} {% set card_cls = 'theme-card theme-card-' + (t.get('card_style', 'elevated')) %} {% set icons = t.get('icons', {}) %} {% set sa = section_assets or {} %} {% set gp = graphics_pack if graphics_pack is defined else {} %} {% set _logo_assets = [] %} {% for a in sa.get('nav', []) %}{% if a.get('classification') == 'logo' %}{% if _logo_assets.append(a) %}{% endif %}{% endif %}{% endfor %} {% if not _logo_assets %}{% for a in sa.get('hero', []) %}{% if a.get('classification') == 'logo' %}{% if _logo_assets.append(a) %}{% endif %}{% endif %}{% endfor %}{% endif %} {% set logo_url = ('/' + _logo_assets[0].get('file_path', '')) if _logo_assets else '' %} {% if not logo_url and gp.get('logo') and gp.logo.get('url') %}{% set logo_url = gp.logo.url %}{% endif %} {% set gp_separator_url = gp.get('separator', {}).get('url', '') if gp.get('separator') else '' %} {% set gp_icons = gp.get('icons', {}) %} {% set gp_essentials = gp.get('essentials', {}) if gp else {} %} {% set nav_logo_url = gp_essentials.get('nav_logo', {}).get('url', '') if gp_essentials.get('nav_logo') else '' %} {% set footer_logo_url = gp_essentials.get('footer_logo', {}).get('url', '') if gp_essentials.get('footer_logo') else '' %} {% set gp_favicon_url = gp_essentials.get('favicon', {}).get('url', '') if gp_essentials.get('favicon') else '' %} {% set _hero_bk = [] %} {% for a in sa.get('hero', []) %}{% if a.get('classification') in ['hero_banner', 'lifestyle', 'background_texture'] %}{% if _hero_bk.append(a) %}{% endif %}{% endif %}{% endfor %} {% set hero_bk_url = ('/' + _hero_bk[0].get('file_path', '')) if _hero_bk else '' %} {% set _raw_features = site_copy.get('features', []) %} {% if _raw_features is mapping and _raw_features.get('features') is not none %} {% set features = _raw_features.get('features', []) %} {% elif _raw_features is iterable and _raw_features is not string and _raw_features is not mapping %} {% set features = _raw_features %} {% else %} {% set features = [] %} {% endif %} {% set _raw_faq = site_copy.get('faq_items', site_copy.get('faq', [])) %} {% if _raw_faq is mapping and _raw_faq.get('faq_items') is not none %} {% set faq = _raw_faq.get('faq_items', []) %} {% elif _raw_faq is iterable and _raw_faq is not string and _raw_faq is not mapping %} {% set faq = _raw_faq %} {% else %} {% set faq = [] %} {% endif %} {% set _raw_testimonials = site_copy.get('testimonials', site_copy.get('trust', [])) %} {% if _raw_testimonials is mapping and _raw_testimonials.get('testimonials') is not none %} {% set testimonials = _raw_testimonials.get('testimonials', []) %} {% elif _raw_testimonials is iterable and _raw_testimonials is not string and _raw_testimonials is not mapping %} {% set testimonials = _raw_testimonials %} {% else %} {% set testimonials = [] %} {% endif %} {% set _raw_stats = site_copy.get('stats', []) %} {% if _raw_stats is mapping and _raw_stats.get('stats') is not none %} {% set stats = _raw_stats.get('stats', []) %} {% elif _raw_stats is iterable and _raw_stats is not string and _raw_stats is not mapping %} {% set stats = _raw_stats %} {% else %} {% set stats = [] %} {% endif %} {% set _mood = t.get('mood', 'professional') %} {% set _ornaments = t.get('ornaments', {}) %} {% set _header_style = t.get('section_header_style', 'underline') %} {% set _divider_pairs = t.get('divider_pairs', {}) %} {% set _dividers = t.get('dividers', {}) %} {% macro render_divider(section_name, next_bg) %} {% set dstyle = _divider_pairs.get(section_name, '') %} {% set svg_tpl = _dividers.get(dstyle, '') %} {% if svg_tpl %} {% if 'linear-gradient' in next_bg or 'radial-gradient' in next_bg %} {% set _bg_parts = next_bg.split(',') %} {% if _bg_parts | length > 1 %} {% set _fill = _bg_parts[1].strip().split(')')[0].split(' ')[0].strip() %} {% else %} {% set _fill = '#f8fafc' %} {% endif %} {% else %} {% set _fill = next_bg %} {% endif %}{{ site_copy.get('subheadline', brand.get('tagline', '')) }}
{{ _about_imgs[0].get('description') }}
“{{ site_copy.get('about_mission') }}”
“{{ site_copy.get('about_mission') }}”
{{ site_copy.get('how_it_works_intro') }}
{% endif %} {% set _step_cols = 'md:grid-cols-3' if steps|length == 3 or steps|length >= 5 else ('md:grid-cols-2' if steps|length == 2 or steps|length == 4 else 'md:grid-cols-3') %} {% set _step_max = 'max-w-3xl mx-auto' if steps|length <= 2 else ('max-w-4xl mx-auto' if steps|length == 4 else '') %}{{ step.get('description', '') }}
{% else %}Real experiences from people who trust us
“{{ t_item.get('quote', '') }}”
“{{ t_item }}”
{% endif %}{{ site_copy.get('pricing_subtitle') }}
{% endif %} {% set _any_featured = [] %} {% for tier in pricing_tiers %}{% if tier is mapping and tier.get('featured') %}{% if _any_featured.append(1) %}{% endif %}{% endif %}{% endfor %} {% set _auto_feature_idx = (pricing_tiers|length // 2) if not _any_featured and pricing_tiers|length >= 3 else -1 %}{{ tier.get('period') }}
{% endif %} {% if tier.get('description') %}{{ tier.get('description') }}
{% endif %} {% if tier.get('features') %}| {{ h }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
{{ gimg.get('description', '') }}
{{ item.get('description', '') }}
{% else %}{{ item }}
{% endif %}{{ site_copy.get('team_intro') }}
{% endif %}{{ member.get('role', '') }}
{{ member.get('bio', '') }}
{% else %}{{ res.get('description', '') }}
{% if res.get('url') or res.get('link') %} Read more {% endif %} {% else %}Everything you need to know
{% for item in faq %} {% if item is mapping %}Interactive tools to help you get the most out of your business.
{{ aug.description }}
{% endif %} {% if acfg.get('target_audience') %}{{ site_copy.get('cta_final_body', site_copy.get('subheadline', '')) }}
{{ site_copy.get('cta_final_button', site_copy.get('cta_text', 'Get Started')) }}