How to setup a nested HTML template in the Go Echo web framework
By Ying Kit Yuen
Echo is a lightweight but complete web framework in Go for building RESTful APIs. It is fast and includes a bunch of middleware for handling the whole HTTP request-response cycle. For the rendering part, it works with any template en...
freecodecamp.org4 min read