Add theme_3d_systems/views/layout.xml

This commit is contained in:
Huzaifa Inam 2026-08-22 21:25:32 +00:00
parent bd7c2528ab
commit 72d219d29c

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Extend Base Website Layout for 3D Systems Theme -->
<template id="layout_3d_systems" inherit_id="website.layout" name="3D Systems Base Layout">
<xpath expr="//head" position="inside">
<!-- Google Fonts preconnect & modern typography (Plus Jakarta Sans + Syne) -->
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&amp;family=Syne:wght@600;700;800&amp;family=JetBrains+Mono:wght@400;500;600&amp;display=swap" rel="stylesheet"/>
<meta name="theme-color" content="#090d16"/>
</xpath>
<!-- Inject custom background wrapper and body classes -->
<xpath expr="//div[@id='wrapwrap']" position="attributes">
<attribute name="class" add="theme-3d-systems-wrap tech-bg-dark" separator=" "/>
</xpath>
</template>
</odoo>