308 B
308 B
Blog with Go Templates
This is a blog with templates. It uses the html/template package to generate web pages.
It uses the Chi router to set up the routes and an SQLite database to store the articles.
Find the tutorial here.