Calorie counting web application written in the Go language

footer.html 353B

12345678910111213
  1. </div>
  2. <script type="text/javascript" charset="utf-8" src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  3. {{range .moreScripts}}
  4. <script type="text/javascript" charset="utf-8" src="{{.}}"></script>
  5. {{end}}
  6. {{if eq .RunMode "dev"}}
  7. {{template "debug.html" .}}
  8. {{end}}
  9. </body>
  10. </html>