Calorie counting web application written in the Go language

About.html 119B

1234567
  1. {{set . "title" "About Grassfed"}}
  2. {{template "header.html" .}}
  3. <div class="row"></div>
  4. {{template "footer.html" .}}