Skills & Technologies

{% if description %}

{{ description }}

{% endif %}
{% if data %} {% for category in data %}

{{ category.category }} {% for skill in category.skills %} | {{ skill }} {% endfor %}

{% endfor %} {% else %}

No skills yet.

{% endif %}