{% if title %}

{{ title }}

{% else %}

Skills

{% endif %} {% if description %}

{{ description }}

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

{{ category.category }}

{% endfor %} {% else %}

No skills yet.

{% endif %}