{% if pages_total > 1 %} {% if page > 1 %} Previous | {% endif %} Page {{ page }} of {{ pages_total }} {% if page < pages_total %} | Next {% endif %} {% endif %}

{{ results.total }} Results {% for result in results.data %} {% endfor %}
{{ result.name }}
{{ result.views }} Views
{% if pages_total > 1 %} {% if page > 1 %} Previous | {% endif %} Page {{ page }} of {{ pages_total }} {% if page < pages_total %} | Next {% endif %} {% endif %}