Rendering HTML Tags from Server
I have a webpage containing a text editor(tinymce), which does nice formatting to the text and then stores it in the database. The server retrieves this formatted text from database and sends it to a webpage (ejs template). But HTML tags are not considered and plain text is rendered on the webpage.