Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
389 B

  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset='utf-8'>
  4. <meta name="viewport"
  5. content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <link rel="stylesheet" href="/assets/main.css">
  7. <link rel="shortcut icon" type="image/svg+xml"
  8. href="/assets/image/icon/hat2.png" />
  9. <title>Skouter - {{.Title}}</title>
  10. </head>
  11. <body>
  12. {{block "header" .}}
  13. {{end}}
  14. {{template "main" .}}
  15. </body>