{% extends "layout.html" %} {% block title %}Photo Albums{% endblock %} {% block content %}

Photo Albums

{% if albums|length == 0 %} There are no photo albums yet. {% else %}
{% endif %} {% if session["login"] %}

Administrative Options

{% endif %} {% endblock %}