In this chapter, you learned all of the basic coding techniques you need to work with templating engines. For your Vapor project, you learned how to set up the Leaf templating engine and create Leaf templates. You also modified your code from the previous chapter to work with the Leaf templates. In the second part of this chapter, you continued your coding exercise with Kitura's Stencil templating engine. You were introduced to the usage of Stencil and then proceeded to create Stencil templates and add code that works with them.
In the next chapter, you are going to learn how to make the rendered web pages more professional-looking with Bootstrap.