Video:

Part 2 - An Introduction to Handlebars

June 9, 2018

Course Instructor: Elliot Forbes

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.

Twitter: @Elliot_f

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.