Builtin HTML preview

Stop switching to a browser to inspect your template and get instant feedback in your IDE

How to use: Hover the cursor on the top right side of the IDE and click on the IDE icon next to the browsers ones.

An embedded browser tool window will show up. You can the make changes to the template file and have them show up in the IDE without having to switch to a standalone browser.

When you are done, close it like you would any other tool window.

Pro tip: Your IDE uses JCEF to display the page, which is based on the Chromium browser.


Related Resources

Authentication for Go Applications: The Secure Way
This article compares the pros and cons of five different authentication methods: Basic HTTP, bearer token, JWT, OIDC, and SAML.
Authentication for Go Applications: The Secure Way
This article compares the pros and cons of five different authentication methods: Basic HTTP, bearer token, JWT, OIDC, and SAML.
Go REST Guide. Gin Framework
The third part of this series looks at how to build a REST API using a web framework called Gin.