<!DOCTYPE html>
<html lang="en">
  {{template "page_head" "Goffee"}}
  <body>
  <div class="container">
    <div class="d-flex justify-content-between  mb-2">
      <h2>Users</h2>
      <div class=" align-self-end ">
        {{template "content_href" .AddButton}}
      </div>
    </div>
    <div class="section  table-container">
      {{template "content_table" .TableUsers}}
    </div>
  </div>
  {{template "page_footer"}}
  </body>
</html>