1<!DOCTYPE html> 2<html lang="en-US"> 3 <head> 4 {{ include "components/head.vto" }} 5 </head> 6 <body id="body" class="mocha bg-crust"> 7 {{ include "components/navbar.vto" }} 8 <h1 class="text-blue">meow</h1> 9 <h2 class="text-mauve">the fitnessgram pacer test</h2> 10 {{ include "components/footer.vto" }} 11 </body> 12</html>