7 lines
308 B
Markdown
7 lines
308 B
Markdown
# 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](https://blog.jetbrains.com/go/2022/11/08/build-a-blog-with-go-templates/).
|