{% load staticfiles cache %} {% cache 3600 mote-element-index element.dotted_name element.checksum %}

{{ element.title }}

{% if element.description %}

{{ element.description|safe }}

{% endif %} {% if element.variations %}
{% endif %}
1000 px
48 em
Documentation
{{ element.usage|safe }}
Try it live
{% for variation in element.variations %} {% endfor %}
{% endcache %}