{% extends 'base.html' %} {% block title %}My Listings{% endblock %} {% block content %}

Listings

{# TODO: loop through listings and display #} New Listing {% endblock %}