Sections With Context in Templates with Dust.js

Context is used in the template to set the node of the dataset from which to draw data. In this example there are two fields in the dataset with the same name (in this case "name"). By setting the context in the template we can use the "name" field from the employee node of the dataset and then use the "name" field from the department node of the dataset.