diff --git a/conservancy/podjango/templates/podjango/cast/cast_archive_year.html b/conservancy/podjango/templates/podjango/cast/cast_archive_year.html new file mode 100644 index 0000000000000000000000000000000000000000..b2173d139b5fbde36aeab1d13061359e3f91e684 --- /dev/null +++ b/conservancy/podjango/templates/podjango/cast/cast_archive_year.html @@ -0,0 +1,22 @@ + + + + +{% extends "podjango/base_podcast.html" %} + +{% block subtitle %}Archive: {{ year }} - {% endblock %} + +{% block content %} + +

{% include 'podjango/feed_links.inc.html' %} The Corresponding Source

+ +

Archive: {{ year }}

+ +
+ +{% endblock %}