Must make things look pretty, my pretty. Or at least consistent with
other pages in the TPAC.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
ctx.page_title = l("Library details: [_1]", ctx.library.name);
-%]
[%- INCLUDE "opac/parts/searchbar.tt2" %]
- <div id="content-wrapper" class="content-wrapper-library-page" vocab="http://schema.org/" typeof="Library">
+<div id="content-wrapper">
+ <div id="main-content" class="content-wrapper-library-page" vocab="http://schema.org/" typeof="Library">
<h1 property="name">[% ctx.library.name | html %]</h1>
[%-
</div>
[%- END %]
+</div>