This displays the title and description for shared lists
when viewed in the Bootstrap OPAC.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
result_count = ctx.result_start;
%]
+
+[% IF ctx.bookbag %]
+<div class="row">
+ <div class="col-12">
+ <h2 class="result-bookbag-name">[% ctx.bookbag.name | html %]</h2>
+ <div class="result-bookbag-description">[% ctx.bookbag.description | html %]</div>
+ </div>
+</div>
+[% END %]
+
<div class="row">
<div class="col-12">
[% PROCESS "opac/parts/result/paginate.tt2" %]