[% import(limerick) %]
<div style="margin: 0 100px">
<img src="/images/lear/[% img_src %].gif" width="[% width %]"
height="[% height %]" alt="">
<p class="indent">[% lines.join | html_line_break %]</p>
[% IF NOT user_profile # not logged in %]
<form>
<p class="indent">
<input type="hidden" name="access_token"
value="[% c.query.param('access_token') %]" />
<input type="button" value="Recycle" class="button"
onClick="window.location.href='[% app_url %]'">
</p>
</form>
<p class="warning">[% motd %]</p>
[% END %]
</div>