<!DOCTYPE html>
<html lang="en">
  {{template "page_head" "Goffee"}}
  <body>
  <div class="container">
  {{template "page_card" .PageCard}}
  </div>
  {{template "page_footer"}}
  </body>
</html>