In the last chapter, we created our first page, the home page, and our show page for displaying individual page objects. These were minimal efforts with just enough content for creating our first two system specs. In this chapter, we will take things further and complete building out these pages using our remaining content fields.
View Specs
If you recall, we used the HTML <article> tag to wrap our page content. This is a good choice as it has semantic value for accessibility and search engine optimization. It’s not hard to see how our homepage, which uses an article tag to list all ...