{% extends 'base.html' %} {% from 'components/rant_card.html' import render_rant_card %} {% block content %} ← Back to Feed
{{ escape_html(profile.about) }}
{% endif %} {% if profile.skills %}Skills: {{ escape_html(profile.skills) }}
{% endif %} {% if profile.location %}Location: {{ escape_html(profile.location) }}
{% endif %} {% if profile.github %}GitHub: {{ profile.github }}
{% endif %} {% if profile.website %}Website: {{ profile.website }}
{% endif %}