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

Base Article Teaser

Article teasers load on the homepage upon first load as latest promoted articles (latest according to publish date or randomized rotation) with the most recent being at the top.

          
              
                {% render_element element %}
              
          
      

Grid Article Teaser

Grid article teasers are category featured articles on homepage. Latest stories will be displayed in a grid-like style (in two columns). On feature phones, these will be displayed in a single column (one grid article teaser block below the other), instead of side-by-side.

          
              
                {% render_element element.aspect.basics.article-teaser.grid-teaser-title %}
              
          
      

Carousel Teaser

Carousel article teasers are articles promoted to the homepage under featured tags.

            
                
                  {% render_element element.aspect.basics.article-teaser.carousel-teaser-title %}
                
            
        

Base Teaser Thumbnail

Article Teaser Description

            
                
                  {% render_element element.aspect.basics.article-teaser.base-teaser-thumbnail %}
                
            
        

Carousel Teaser Thumbnail

Article Teaser Description

            
                
                  {% render_element element.aspect.basics.article-teaser.carousel-teaser-image %}
                
            
        
{% endblock %} {% endraw %}