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

Standard Tag Cloud Listing

The tag cloud at the bottom of the page is standard across all pages, and lists all the tags available for the site according to the order in which the tags were initially loaded, or re-arranged in the CMS.

Each tag, when clicked, navigates the users to the specific tag page. The order of tags on the tag cloud is set in the CMS, and remains the same throughout all the pages on the site.

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