{% extends 'base.html' %} {% load static %} {% block main_content %}

Profile Details

{% if not profile.chef %} profile-image {% else %} profile-image {% endif %}

{{ profile.first_name }} {{ profile.last_name }}

Nickname: {{ profile.nickname }}

{% if profile.bio %}

Bio: {{ profile.bio }}

{% else %}

Bio: N/A

{% endif %}

Published recipes: {{ total_recipes }}

{% endblock %}