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.
 
 
 
 
 
 

15 line
248 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="">
  7. </head>
  8. <body>
  9. {{block "header" .}}
  10. {{end}}
  11. {{template "main" .}}
  12. </body>