You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

42 lines
2.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="sub_banner" name="Sub Banner">
<section class="sub_banner about_banner"
t-att-style="'background-image: url(/theme_voltro/static/src/images/banner/about-banner.png)'">
<div class="wrapper">
<div class="container">
<div class="sub_banner_content">
<h3>About</h3>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="/">Home</a>
<svg width="9" height="13"
viewBox="0 0 9 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M8.56628 6.99805L2.88269 12.7109C2.58972 12.9746 2.15027 12.9746 1.8866 12.7109L1.21277 12.0371C0.949097 11.7734 0.949097 11.334 1.21277 11.041L5.72449 6.5L1.21277 1.98828C0.949097 1.69531 0.949097 1.25586 1.21277 0.992188L1.8866 0.318359C2.15027 0.0546875 2.58972 0.0546875 2.88269 0.318359L8.56628 6.03125C8.82996 6.29492 8.82996 6.73438 8.56628 6.99805Z"
fill="white"/>
</svg>
</li>
<li class="breadcrumb-item active"
aria-current="page">
About
</li>
</ol>
</nav>
</div>
</div>
</div>
</section>
</template>
<template id="sub_banner_snippet_thumbnail"
inherit_id="website.snippets"
priority="8">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_voltro.sub_banner"
t-thumbnail="/theme_voltro/static/src/images/banner/about-banner.png"/>
</xpath>
</template>
</odoo>