You built a basic Hugo site, and you created a handful of content pages using Hugo’s command-line interface. You’ve also defined the layout those content pages will use. However, you’ve got some duplicate code in your layout, which makes your site more difficult to maintain. In the next chapter, you’ll extract your layout into a reusable theme and organize the code to reduce duplication.