I’m using the Pygments package in my Django project. When I try to render the code snippet in my template, it renders the whole data as follows: Template: Final rendered HTML: It actually works with no pain. The entire code block is being highlighted properly. The thing is that I want to show the line number as well. Should I