2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 11:05:32 +00:00

move to root dir

This commit is contained in:
2021-11-08 23:24:52 +01:00
parent b29f813e56
commit 865c868df1
37 changed files with 0 additions and 3 deletions

12
_layouts/branche.html Normal file
View File

@ -0,0 +1,12 @@
---
layout: default
---
{% include hero.html title=site.tagline title_2=page.title_2 image='https://dummyimage.com/860x600' color='with InvenTree' %}
{% assign data = site.data[page.data] %}
{% include features.html data=data %}
{% include cta.html cta=site.data.general.learn_cta %}
{% include functions.html data=site.data.general.function extend=true %}
{% include cta.html cta=site.data.general.end_cta %}