{% extends 'layouts/fullwidth.tpl' %} {% block Content %}

News

{% paginate getNews(limit = 15, body_length = 150, paginate = true) as pagination, news %}
{% for n in news %} {% endfor %}
{% include('include/pagination.tplp') %}
{% endblock %}