<movu-card heading="">

    <div slot="footer">
        <movu-button secondary text="Add item" icon_name="control_point"></movu-button>
    </div>
</movu-card>
<movu-card heading="{{ cardHeaderTitle }}">
  {% block main %}
  {% endblock %}
  <div slot="footer">
    <movu-button secondary text="Add item" icon_name="control_point"></movu-button>
  </div>
</movu-card>
/* No context defined. */

No notes defined.