Golang Tutorial : Introduction Gin HTML template and how integration with bootstrap
Introduction Gin HTML template and how integration with bootstrap
Gin is going web framework which include server-side render template, we can transfer variable into a template and render by double braces {{ … }}.
In this article, We will introduce how to use gin template, finally will include how to integrate bootstrap with gin HTML template.
Continue Reading