In the "Solutions home" template, I have this snippet: {{ folder | article_list:5 }}

That, in the front end, shows a list (in an <ul> tag) of 5 articles titles. I need it to show the description too (something like {{ article.body_plain | h || truncate:175 }}), but I don't know where to change it.

Thanks in avance for your help.

