<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude">

  <xi:include href="header.html" />
  <xi:include href="footer.html" />
  <xi:include href="master.html" />

<head>
  <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
  <title>Turtle Goals</title>
</head>

<body>
  <div py:if="code == 404">
    <h1>${code} - Looking for something?</h1>

    <p>This is not the turtle you're looking for.</p>

    <p><a href="http://flickr.com/photos/tjt195/2497770553/">
        <img src="${tg.url('/images/flickr/2497770553_bcbc72cfbe.jpg')}"/></a>
      <br/>Turtle Soup image by tarotastic is a Creative Commons licensed photo.  Click the image for the source page.
    </p>
  </div>

  <div py:if="code != 404">
    <h1>${code} - Shellshock!</h1>

    <p>That hurts.  Don't worry, we won't hide in our shells for
      long. The programmers have been notified of the problem, and they
      will attack the problem faster than they attack an apple pie on
      Sunday.</p>

    <p><a href="http://flickr.com/photos/audreyjm529/155024495/">
        <img src="${tg.url('/images/flickr/155024495_203a230b7c.jpg')}"/></a>
      <br/>Box Turtle Closeup image by audreyjm529 is a Creative Commons licensed photo.  Click the image for the source page.
    </p>
  </div>
</body>
</html>