{% for (id, title, summary, content, image, slug) in get_top_blogs() %}
{{ title[0: 100] }}

{{ summary[0: 100] }}

{% endfor %}