Back to Api Samples

Index

python_appengine/search/index.html

latest260 B
Original Source

{% autoescape true %}

Videos:

{% for video in videos %} {{ video }}
{% endfor %}

Channels:

{% for channel in channels %} {{ channel }}
{% endfor %}

Playlists:

{% for playlist in playlists %} {{ playlist }}
{% endfor %} {% endautoescape %}