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.
17 lines
536 B
17 lines
536 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="website.homepage" priority="29" name="Home">
|
|
|
|
<t t-call="website.layout">
|
|
<t t-set="pageName" t-value="'homepage'"/>
|
|
<div id="wrap" class="oe_structure oe_empty">
|
|
<t t-call="forksand_website.init_header"/>
|
|
<t t-call="forksand_website.about"/>
|
|
<t t-call="forksand_website.media"/>
|
|
<t t-call="forksand_website.contact"/>
|
|
</div>
|
|
</t>
|
|
</template>
|
|
|
|
</odoo> |