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

Related Tag Listing

The tag listing component are used to tag articles. A pre-defined list of tags should be added to the site instead of letting a client adding tag.

The user is prompted to read more on tags related to the article. A maximum of five tags related to the article are presented.

        
            
              {% render element %}
            
        
    
{% endblock %} {% endraw %}