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

Springster Menu

The 3 main navigation links that we place in the header are Search, User Tools (Log In, Register, Profile), and Menu.

            
                
                  {% render_element element %}
                
            
        

Basic Menu

Primary button style. Solid background color. No border.

            
                
                  {% render_element element.aspect.basics.menu.menu-base %}
                
            
        

Basic Toggle Menu with icons

            
                
                  {% render_element element.aspect.basics.menu.menu-icon %}
                
            
        

Profile|Menu icons

            
                
                  {% render_element element.aspect.basics.menu.menu-with_home-toggle %}
                
            
        

Menu Items with profile icon

Secondary button style. No background colour. Has a border.

            
                
                  {% render_element element.aspect.basics.menu.menu-with_profile-icon %}
                
            
        

Menu Items with search icon

Secondary button style. No background colour. Has a border.

            
                
                  {% render_element element.aspect.basics.menu.menu-with_search-icon %}
                
            
        
{% endblock %} {% endraw %}