mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-18 14:42:03 +02:00
12 lines
296 B
XML
12 lines
296 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_title" name="Title">
|
|
<div class="s_title o_mail_snippet_general pt32 pb32">
|
|
<div class="container s_allow_columns">
|
|
<h1 style="text-align:center">Your Title</h1>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
</odoo>
|