In django I have a view that fills in a template html file but inside the html template I want to include another view that uses a different html template like so:
Someone created a template tag that loads a view. I've tried it, and it works. The advantage of using that template tag is that you don't have to rewrite your existing views.