How to use nunjucks groupby with different value?
问题 i can`t figure out how can i gropBy my data from Json when i have this kind of values 2017-10-16 12:07:07 2017-10-16 12:07:07 2017-10-16 15:09:08 2017-10-16 15:09:08 2017-10-16 15:09:08 2017-10-16 15:09:08 2017-10-16 15:09:08 2017-10-16 18:11:09 2017-10-16 18:11:09 2017-11-29 17:26:57 2017-11-29 17:26:57 2017-11-29 17:26:57 2017-11-29 19:31:03 My template <div class="container"> <div class="row"> <div class="col-5"> {% for date , block in block | groupby("date") %} <div class="date">{{date