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

Section Name

Sometimes named as cateories Website section title or heading is on the section page and consist of section name title, but also with accompanying icon.

            
                
                  {% render_element element %}
                
            
        

Section with Subsection

Website section title or heading is on the section page and consist of section and subsection name title, but also with accompanying icon.

            
                
                  {% render_element element.aspect.basics.section.subsection %}
                
            
        

Section with icon image

Website section title or heading is on the section page and consist of section name title, but also with accompanying icon.

            
                
                  {% render_element element.aspect.basics.section.with-icon %}
                
            
        
{% endblock %} {% endraw %}