{% extends "app.html" %} {% block body_class %}{{ block.super }} page-pod-not-found{% endblock %} {% block content %}
This pod doesn't exist - it might have been deleted.
{% if user.is_authenticated %}

Create a new pod

{% endif %} {% endblock %}