I'm using django method Context.render() to render my template to actual html code, and store the code into a file so that I can convert it into pdf, and I have external css file that stores all the layout. However, when the file is rendered, the css codes are not expanded as they are, but stay as "classes" and "ids". Is there a way that I can render the actual css styles as well? Thanks.