{% comment %} Expects 'icon_key' and optional 'icon_class' in context {% endcomment %}
{% if icon_key == "guide" %}
{% elif icon_key == "api" %}
{% elif icon_key == "reference" %}
{% elif icon_key == "stopwatch" %}
{% elif icon_key == "json" %}
{% elif icon_key == "code" %}
{% elif icon_key == "code-file" %}
{% elif icon_key == "typescript" %}
{% elif icon_key == "lock" %}
{% else %}
{# Default icon (document-text) #}
{% endif %}