<!DOCTYPE html>
<html lang=en>
  {{ template "slimheader" }}
  <body>
    <div class="bottom">
      <p>URL Shortened to <a href="{{ . }}">{{ . }}</a></p>
    </div>
  {{ template "footer" }}
  </body>
</html>