Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

master.tpl 389 B

2 yıl önce
1234567891011121314151617
  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>