@for (summary of membership; track $index) {

{{ summary.title }}

{{ summary.value }}

{{ summary.date }}

}
Calender

Aug 10, Mon Today

@for (list of tasks; track list) {
{{ list.title }}

{{ list.time }}

}
@for (activity of activityList; track activity) { }
NAME EMAIL JOINING DATE
user image
{{ activity.name }}
{{ activity.email }} {{ activity.date }}
Notifications
    @for (type of notifications; track type; let last = $last) {
  • img
    {{ type.title }}

    {{ type.date }}

  • }