<!DOCTYPE html>
<html lang="en">
  {{template "page_head" "Sample page"}}
  <body>
  <div class="container">
    <div class="row">
    {{template "content_dropdown" .ContentDropdown}}
    {{template "page_card" .PageCard}}
    {{ define "page_card_content" }}
      
       <img class="goffeelogo"src="/public/img/goffee.png" alt="Goffee logo" />
    {{ end }}
    </div>
  </div>
  {{template "page_footer"}}
  </body>
</html>