Skip to content

Latest commit

 

History

History
 
 

README.md

Hands-on exercises

These hands-on exercises will help you learn how to pass data to templates.

I have found that many students need practice with passing data to templates.

Take-away

One of the main take-aways is to use a composite data type. Often this data type will be a struct. Build a struct to hold the different pieces of data you'd like to pass to your template, then pass that to your template.