{% extends "base/base.html" %} {% block body %}
Record pod from file

A friend sent you their pod? Add it to your pear! The file you input should be in .share format.

Your pods

Below, you will find the pods that your are currently subscribed to. Click on 'unsubscribe' to delete all record of a pod on your pear.

{% for pod in pods %}
{% endfor %}
{% endblock %}