[Answered ]-Django: How can I include the output of one view in another?

2👍

Refactor the list of articles into a separate function, then call that function from both views.

But a custom tag really is the proper solution for this.

Leave a comment