{% if gbobjects %}
{% for gbobject in gbobjects %}
{{ gbobject.title }}

{{ gbobject.title }}

{{ gbobject.excerpt|linebreaks|truncatewords_html:20 }}
{% endfor %}
{% endif %}