{% extends 'base.html' %} {% block content %}
Profile Page {% if post.author.profile.website_url %} Website {% endif %} {% if post.author.profile.facebook_url %} | Facebook {% endif %} {% if post.author.profile.instagram_url %} | Instagram {% endif %} {% if post.author.profile.linkedin_url %} | LinkedIn {% endif %}
{{ post.author.profile.bio }}