{% raw %} {% extends "mote/element/index.html" %} {% load mote_tags %} {% with element.json.data.Button as "button" %} {% block codeblock %}

Navigation

The navigation menu is located in the footer, so when the user taps the Menu link in the header they jump down to the bottom of the page.

            
                
                  {% render element %}
                
            
        

Navigation

The navigation menu is located in the footer, so when the user taps the Menu link in the header they jump down to the bottom of the page.

            
                
                  {% render element.aspect.basics.footer-navigation.navigation-general %}
                
            
        

Navigation

The navigation menu is located in the footer, so when the user taps the Menu link in the header they jump down to the bottom of the page.

            
                
                  {% render element.aspect.basics.footer-navigation.navigation-column %}
                
            
        
{% endblock %} {% endwith %} {% endraw %}