I have a little statistics block that I want to be available in several places: the profile page of a user, and a search page with a list of users.
What would be th
You can write a custom template tag, which can render a specific template. Refer Inclusion tags.
From the link: Another common type of template tag is the type that displays some data by rendering another template.