25% off

Use code FUNCMAIN at checkout for 25% off all premium courses.

Get started →

Part 2 - An Introduction to Handlebars

June 9, 2018
Elliot Forbes

Elliot Forbes

Course Instructor

Hey Gophers! My name is Elliot and I'm the creator of TutorialEdge and I've been working with Go systems for roughly 5 years now.

In this episode, we are going to be looking at how we can generate the HTML that we are going to be taking screenshots of using the Handlerbars.js library.

We’ll start off by building a really simple async function that will take in a JavaScript object and interpolate that into a HTML template before returning the compiled result.