{% extends "base.html" %} {% import "partials/_macros.html" as ui %} {% block content %}

Skill Settings

{{ ui.icon("github", 16) }} Report Issue
{% for skill in skills %}{% include "partials/skill_card.html" %}{% endfor %}
{% endblock %}