{% extends "hosterbase.html" %} {% block body %} {% if home == user.name %} {% endif %} {% include "profile_div.html" %} {% include "following.html" %} {% if home == user.name %}

Here's your stuff {{ user.pretty_name }}.

{% else %}

Here's {{ home }}'s stuff.

{% endif %}

Recipes {% if home == user.name %} {% endif %}

Bags {% if home == user.name %} {% endif %}

{% include "recipewidget.html" %} {% endblock %}