Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
 
 
 
 
 
 

23 行
650 B

  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset='utf-8'>
  4. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  5. <link rel="stylesheet" href="main.css">
  6. <link rel="icon" type="image/svg+xml" href="/assets/image/icon/icon.svg"/>
  7. <title>Skouter - {{.Title}}</title>
  8. </head>
  9. <body>
  10. <!-- <header><a href='/home.html'>Onyeka</a></header> -->
  11. <!-- Change this to an if statement with a default header/nav element once it's done. Default content in declaration could be enough -->
  12. {{block "header" .}}
  13. <header class="default fade-in">
  14. <nav>
  15. <li></li>
  16. <li></li>
  17. </nav>
  18. </header>
  19. {{end}}
  20. {{template "main" .}}
  21. </body>