{% extends '../student_base.html' %} {% load static %} {% block content %} Profile Details Name Email Phone Short Bio {{ user.bio | safe }} Your Skills LinkedIn Link GitHub Link Passport Size Image: {% if user.headshot %} Download {% else %} Download {% endif %} Resume: Download Update Details Update your profile {% csrf_token %} Short Bio Your Skills LinkedIn Link GitHub Link Passport Size Image Resume Submit {% endblock content %}