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.
21 lines
770 B
21 lines
770 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="blog_banner" name="Blog Banner">
|
|
<section class="sub-page-banner float-left w-100">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="abouts-banner-content">
|
|
<h3 class="text-white">Blog</h3>
|
|
<p class="text-white">
|
|
<a href="/" class="text-white">Home</a>
|
|
> Blog
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- closed sub-page-banner -->
|
|
</template>
|
|
</odoo>
|
|
|