{% extends "base.html" %} {% load static %} {% block content %}

Your Albums

{% if album_list %} {% else %}

You haven't created any albums yet.

What are you waiting for?

Get Creating... {% endif %}
{% endblock %}