{% load i18n fb_versions cyclope_utils %}

{{ staticpage.name }}

{% if staticpage.summary %}

{{ staticpage.summary|smart_style }}

{% endif %} {% if staticpage.pictures %}
{% endif %} {% if staticpage.text %}

{{ staticpage.text|smart_style|striptags|truncatewords:40 }}

{% endif %}