{# ============================================================================ organisms.html — Jinja macros for every block-level / page-region organism Phase A: all organisms live in one file for composition-pipeline proof. Phase B (follow-up): split into organisms/{type}/{variation}.html per variation so the block catalog stays scannable. Import: `{% from 'organisms.html' import nav, hero_type_first, footer_brand %}` ============================================================================ #} {% from 'atoms.html' import wordmark, glyph, arrow, link_arrow, browser_dots, media_box, cert_badge, input %} {% from 'molecules.html' import nav_links, inline_form, faq_row, feature_card, testimonial_card, product_panel, publication_card, process_step, compliance_pills, sequencing_step, partner_card, reason_card %} {# ===================================================================== HEADER REGION — top-strip, compliance-pills, nav, subnav ===================================================================== #} {# top-strip — product switcher + URL bar at the very top #} {% macro top_strip(products, url) -%}
{{ p|safe }}
{% endfor -%}