Templates: Introduction to HTML Templates
Jul 31, 2025 · 2 min read · There are many scenarios in which we want to create templates suitable for web applications. It is possible to write HTML templates dynamically using the text/template package, however using html/template makes your HTML templates injection-safe as i...
Join discussion