Files
5etools-mirror-2.github.io/node/generate-pages/template/list/template-list-contentwrapper--items.hbs
TheGiddyLimit e5844f8a3f v1.208.0
2024-06-23 22:13:57 +01:00

14 lines
602 B
Handlebars

<div id="contentwrapper" class="view-col{{#if styleContentWrapperAdditional}} {{styleContentWrapperAdditional}}{{/if}}">
{{> "listSublistContainerItems" }}
{{> "listStatsTabs" }}
{{> "listWrpPagecontent" }}
<div class="ve-text-center mt-2 no-print">
<button type="button" class="btn btn-default btn-xs" id="btn-book">Printer View</button>
<button type="button" class="btn btn-default btn-xs" id="btn-show-table" title="View and Download Items in Tabular Format">Table View</button>
<button type="button" class="btn btn-xs btn-info" id="manage-brew">Manage Homebrew</button>
</div>
</div>