{% extends "mote/base.html" %} {% load static %} {% block hero %}

Molo Design System

Molo Core - Design Patterns

The design system will make it easy to build/scaffold custom Molo mobisites from our Python Django Molo Framework with a consistent look and feel using predefined Molo Core patterns and features - without reverse engineering our styles. The Design System and Molo Core serve as a single source of truth for our Frontend Templates stack, to help us prevent lose in translation for different mobisite applications.
{% endblock %} {% block menu-desc %} {% endblock %} {% block menu %} {% endblock %} {% block internal_extra_menu %}{% endblock %} {% block content %} {% block content_intro %}

Website Glossary

These are the Molo sites:

{% endblock %} {% block devices %}{% endblock %} {% block principles %}{% endblock %} {% block feature_phones %}{% endblock %} {% block accessibility %}{% endblock %} {% block workflow %}{% endblock %} {% block markup_styleguide %}{% endblock %} {% endblock %}