{% if filterObj %}
{% include 'components/News/MobTile.html' with content=filterObj %}
{% else %}
{% include 'components/News/MobTile.html' with content=posts %}
{% endif %}
{% if filterObj %}
{% include 'components/News/DeskTile.html' with content=filterObj %}
{% else %}
{% include 'components/News/DeskTile.html' with content=posts %}
{% endif %}
{% if trends %}
Trending
News
{% for rp in trends %}
{% image_url rp.search_image "fill-60x70|jpegquality-90" as img %}
{{rp.title}}
{% endfor %}
{% endif %}
{% include 'components/common/paging.html' %}