{% extends "base.html" %} {% block title %}Search for Podcasts{% endblock %} {% block content %} Search for Podcasts Search {% if results %} Search Results {% for podcast in results %} {% if podcast.image_url %} {% else %} No Image {% endif %} {{ podcast.title }} {{ podcast.author }} {{ podcast.genre }} Add to Library {% endfor %} {% elif request.method == 'POST' %} No podcasts found matching your search. Try different keywords. {% endif %} {% endblock %}
{{ podcast.author }}
{{ podcast.genre }}
No podcasts found matching your search. Try different keywords.