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