header.html 117 B

1234567
  1. <header>
  2. <nav>
  3. <a href="/"><%= title %></a>
  4. <a href="/cats">Categories</a>
  5. </nav>
  6. </header>