It looks like you're offline.
Open Library logo
additional options menu

backlinks template

This doc was last edited anonymously March 16, 2009.

plugin upstream
Templates in the website are disabled now. Editing them will not have any effect on the live website.
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
$def with (pages)

$var title: $_.backlinks

<p>[<a href="$url()">$_.view</a>][<a href="$url(m='edit')">$_.edit</a>]</p>

<ul>
$for p in pages:
    <li><a href="/$p.name">${p.name or "root"}</a></li>
</ul>