### Jekyll/Liquid Template for FinOps Persona Display Source: https://github.com/finopsfoundation/framework/blob/main/_resources/project--adopting-finops-guide.md This Jekyll/Liquid snippet dynamically generates HTML content for each FinOps executive persona. It iterates through a 'personas' data collection, displaying details such as primary goals, objectives, frustrations, key metrics, and FinOps benefits in a structured, responsive layout. ```Jekyll {% for persona in site.data.personas %}
Primary Goal {{ persona.primary-goal }}
Context: {{ item.context }}
Common Resources: {{ item.common-resources }}
Aliases: {{ item.label-alias }}
Example: {{ item.example }}
{{ item.description }}
{% if item.story-url %} Read the story {% endif %} {% if item.related-url %} Related material {% endif %} {% if item.code-url %} Code example {% endif %}{{ capability.framework-capability-desc }}
Read more{{ domain.framework-domain-desc }} Read more
Primary Goal {{ persona.primary-goal }}
{{ resource.label }} {{ resource.type }}
{{ resource.description }}