{% extends 'layouts/sidebar_right.tpl' %} {% block PageHeader %}
{% endblock %} {% block Content %} {% paginate getNews(limit = 15, body_length = 150, paginate = true) as pagination, news %}
{% for n in news %} {% endfor %}
{% include('include/pagination.tplp') %}
{% endblock %}