{% extends 'layouts/sidebar_right.tpl' %} {% block Content %}
{% paginate getNews(limit=10, body_length=150, paginate=true) as pagination, news_list %} {% for news in news_list %}

{{ news.title }}

{% if news.category %} {{ news.category }}{% endif %}

{{ news.subtitle ? news.subtitle : news.body }}

Leggi tutto

{% endfor %}
{% include "include/paginate.tplp" %} {% endblock %}