{% raw %} {% extends "mote/element/index.html" %} {% load mote_tags %} {% block codeblock %}

Pagination

The pagination is used to naigate from one content to another whenever there a lot of e.g. article pages, section articles, search results, comments and etc. to display on a single view.

Because we’re dealing with phones we usually don’t show more than 10 list of content at a time we rather include pagination to view older content.

            
                
                  {% render_element element %}
                
            
        
{% endblock %} {% endraw %}