{# Reusable guidance block rendering macro. Renders a GuidanceBlock with appropriate styling per BlockKind. Used by IPI, CXP, and RXP playbook tabs. #} {% macro render_guidance_block(block) %}
| {{ col }} | {% endfor %}
|---|
| {{ val }} | {% endfor %}
{% for item in block.items %}
{{ item }}{% if not loop.last %}
{% endif %}
{% endfor %}
{{ block.metadata[profile] }}
{{ block.metadata.override or block.metadata["default"] }}
{{ item }}