I am trying to pass through an html file from my Django view via a django template. This is my view:
def sample_function(request, product_id, slug=None): fr