{% extends "base.html" %} {% block title %}{{ profile_user.username }}'s Profile - {{ brand_name }}{% endblock %} {% block header_actions %} {% if is_owner %}
{{ profile_user.email }}
{% endif %} {# Action row: followers/following left, View Bio + Follow right #}{{ profile_user.email }}
{% endif %}{{ contribution_stats.total_contributions }}
Total
{{ contribution_stats.current_streak }}
Streak
{{ contribution_stats.longest_streak }}
Best
...
Avg
{{ ((repo.description or '')[:100] + ('…' if (repo.description or '')|length > 100 else '')) or 'No description provided.' }}
No featured projects yet.
{% endif %}{{ repo.owner_username }} /
Empty workspace.
{% endif %}