-
{% for p in popular_shows %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}
-
{% for p in action %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}
-
{% for p in horror %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}
-
{% for p in scifi %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}
-
{% for p in comedy %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}
-
{% for p in romance %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}
-
{% for p in crime %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}
-
{% for p in drama %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}
-
{% for p in personalized %}
-
{{ p.show_title}}
{{ p.show_genre }}
{% endfor %}