{{channelname}}

{{channelprofile | safe}}

{% for result in results %}
{% if result["type"] == "video" %}

{{result["length"]}}

{{ result['title'] }}

{{result["published"]}}

{% elif result["type"] == "channel" %}

{{result["author"]}}

{% elif result["type"] == "playlist" %}

{{result["count"]}}個の動画

{{result["title"]}}

{% endif %}
{% endfor %}