選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
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>