Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

18 lignes
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>