{% extends 'base.html' %} {% block content %}

Welcome to {{ site_name }}!

{% if plists %}

Browse playlists below, click the "Browse" button above!

{% include 'plist_table.html' with context %} {% endif %}
{% endblock %}