When you install Evergreen, the TPAC templates include many placeholder images, text, and links. You should override most of these to provide your users with a custom experience that matches your library. Following is a list of templates that include placeholder images, text, or links that you should override.
All paths are relative to /openils/var/templates/opac
parts/config.tt2: contains many configuration settings that affect the
  behavior of the TPAC, including:
parts/footer.tt2 and parts/topnav_links.tt2: contains customizable
  links. Defaults like Link 1 will not mean much to your users!
parts/homesearch.tt2: holds the large Evergreen logo on the home page
  of the TPAC. Substitute your library’s logo, or if you are adventurous,
  create a "most recently added items" carousel… and then share your
  customization with the Evergreen community.
parts/topnav_logo.tt2: holds the small Evergreen logo that appears on the
  top left of every page in the TPAC. You will also want to remove or change
  the target of the link that wraps the logo and leads to the
  Evergreen site.
parts/login/form.tt2: contains some assumptions about terminology and
  examples that you might prefer to change to be more consistent with your own
  site’s existing practices. For example, you may not use PIN at your library
  because you want to encourage users to use a password that is more secure than
  a four-digit number.
parts/login/help.tt2: contains links that point to http://example.com,
  images with text on them (which is not an acceptable practice for
  accessibility reasons), and promises of answers to frequently asked questions
  that might not exist at your site.
parts/myopac/main_refund_policy.tt2: describes the policy for refunds for
  your library.
parts/myopac/prefs_hints.tt2: suggests that users should have a valid email
  on file so they can receive courtesy and overdue notices. If your library
  does not send out email notices, you should edit this to avoid misleading your
  users.
parts/css/colors.tt2: chances are your library’s official colors do not
  match Evergreen’s wall of dark green. This file defines the colors in use in
  the standard Evergreen template. In theory you should be able to change just
  a few colors and everything will work, but in practice you will need to
  experiment to avoid light-gray-on-white low-contrast combinations.