Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

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