{% load i18n thumbnail %}
{% if page.thumbnail %} {% thumbnail page.thumbnail 640x360 crop as thumb %} {{ page.title }} {% endif %}

{{ page.title|truncatechars:45|title }}

{% if page.seo_description %}
{{ page.seo_description|truncatechars:90|safe }}
{% endif %} {% if page.tags.count %}
{% for tag in page.tags.all %} {{ tag|title }} {% endfor %}
{% endif %}