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

view template for /type/macro

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
  11
$def with (page)

$var title: $page.title

<div id="header">
    <div style="float:left;padding-left:10px;padding-right:15px;"></div>
    <span class="pretitle"></span>
    <div id="title">$page.description</div>
</div>

$:macros.DisplayCode(page.macro)