{% if 'Photograph' == post['@type'] and post.image[0].width > post.image[0].height %} {% set flexval_raw = post.image[0].width / post.image[0].height %} {% else %} {% set flexval_raw = 1 %} {% endif %} {% set flexval = flexval_raw|round|int %}

{% if post.mentions %} RE: {{ post.mentions.url }} {% else %} {{ post.headline }} {% endif %}

{% if post.description|length %}
{{ post.description|relurl(baseurl) }} {% if post.inLanguage == 'hu' %}Tovább »{% else %}Continue »{% endif %}
{% else %}
{{ post.text|relurl(baseurl) }}
{% endif %}