{% extends "base.html"%} {% block body %}

Podcasts Configuration

{% for p_id, podcast in enumerate(podcasts) %} {%end for %}
Pos Name URL
{{ podcast["position"] }} {{ podcast["name"] }} {{ podcast["feed_url"] }}



Add podcast



{% end %}