So far, we’ve created our initial site, set up the structure, and added data, but everything looks like we’ve thrown it on a page and that it needs structure! No problem, we can fix that by using templates. These will help us to lay out the content properly, so it’s easy for customers to read.
We can use any one of several different tools for this job – this might be anything from Handlebars to Nunjucks, or even just standard HTML. This chapter will explore how templates work in Eleventy and begin to create something for our demo ...