{% extends "public/base.html" %} {% block title %}About | {{ profile.name if profile }}{% endblock %} {% block content %}
{{ profile.about_subheader or 'Professor, Department of Computer Science and Engineering' }}
{{ profile.bio if profile and profile.bio }}
{{ edu.field }}
{{ edu.institution }}
{{ edu.description }}
{% endif %}{{ exp.organization }}
{% if exp.department %}{{ exp.department }}
{% endif %}{{ award.organization }}
{% endif %} {{ award.year }}{{ section.subtitle }}
{% endif %}{{ item.subtitle }}
{% endif %} {% if item.content %}{{ item.content }}
{% endif %}