Ishika Ishaniishikaishani.hashnode.dev·May 5, 2024Exploring Django: Rendering HTML TemplatesIntroduction Welcome back to our Django blog series!In this blog, we'll delve into the process of rendering HTML templates using Django's powerful template system. We'll firstly walk through creating a path in the urls.py file, defining a view functi...Building Web Applications with DjangoDjango
Ashik Bhuyanashik17.hashnode.dev·Jan 15, 2024Rendering html response from APIApply styles on <p> and <li> tag const apiResponse = { description: '<p>fgsdgsdgsdgsd</p><ol style="list-style-type: lower-greek;"><li>hgdj</li><li>fdjkhsdkjgh</li><li>fgvf</li></ol>', }; const renderHTML = (htmlString) => { return...1 likerendering-html-response