{% set skills = load_data(literal = body, format="json") %}
{% for category in skills %}

{{ category.name | markdown | safe }}

{% endfor %}