[% INCLUDE header %]
<h1> Welcome to Memories </h1>

<p>
 Memories is a site where you can upload and share your photos of
 college life with your friends.
</p>
<p>
 To view other people's photos, look at the <a
 href="[%base%]/user/list">user list</a> or the <a
 href="[%base%]/album/list">album list</a>.
</p>
<p>
 Alternatively, Memories supports tagging photos with names, places, or
 other descriptive terms. Browse based on the tags on the right, or look
 at the full <a href="[%base%]/tag/list">tag list</a>.
</p>
<hr/>
[% IF request.user %]
<p>
Now that you're logged in, you can start <a
href="[%base%]/photo/upload">uploading photos</a>. Create some albums or
check out what you've uploaded at <a
href="[%base%]/user/view/[%request.user.id%]">your home page</a>.
</p>
[% ELSE %]
<p>
To get started uploading your own photos, you'll need to <a
href="[%base%]/login_box">log in</a>. If you
don't have an account, just go to the log in page anyway, choose a
username and password, and click "Register". So long as nobody else has that name,
we'll create an account for you immediately.
</p>
[% END %]
[% INCLUDE footer %]
