poly-mech/osr/bazar/root.html
2024-08-18 16:34:30 +02:00

57 lines
1.2 KiB
HTML

[% include "product_variables.osr" %]
<span><b>[[product.product_name]]</b></span>
[% include "header_notice.osr" %]
[% include "body.md" %]
<div style="clear:both">
[% include "product_overview_drawings.osr" %]
</div>
<div style="padding:16px;text-align: center;">
<div class="ty-vendor-plans">
<div class="ty-grid-list__item" style="float: left;border: 1px gray;">
<h4 id="authors">Specification</h4>
[% include "product_specs.osr" html:true %]
</div>
<div class="ty-grid-list__item" style="float: left;text-align: left;border: 1px gray;">
[% if config.show.authors %]
[% include "authors_html.osr" authors:product.authors showHeader:true %]
[%endif%]
</div>
</div>
</div>
[% include "product_resources.osr" %]
[% if product.magentoCategory %]
[% include "vendor_magento.osr" %]
[% endif %]
<hr/>
[% include "product_showreel.osr" %]
[% include "other_products.osr" %]
[% if config.show.howtos %]
[% include "product_howtos.osr" %]
[%endif%]
[% include "social_links.osr" %]
[% include "vendor_instagram.osr" %]
[% if config.show.debug %]
[% include "product_debug.osr" %]
[%endif%]
[%js%]
[%endjs%]