logoalt Hacker News

_dain_yesterday at 5:32 PM0 repliesview on HN

        html_content = html_content.replace('Minimum viable blog', title)
Did this originally say

        html_content = html_content.replace('{{ title }}', title)
And then you ran it?

Sanitize your strings!