Skip to content

Latest commit

 

History

History
6 lines (2 loc) · 443 Bytes

go-template.md

File metadata and controls

6 lines (2 loc) · 443 Bytes

Learn and Use Templates in Go

While developing several full stack apps over the years, I realized some apps don’t need a full-fledged frontend application running. Most of these apps serve static content with dynamic values fitted here and there. For example, consider your social media feed, each post of a certain type looks same but it gets populated with data specific to that user. They use some sort of templating to achieve it.