mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-17 12:35:27 +00:00
.github
_data
_drafts
_includes
_layouts
collection
alternatives.html
content.html
default.html
empty.html
plugin.html
publisher.html
user.html
_news
_plugins
_posts
_publishers
_repo
about
alternatives
assets
extend
use
.gitignore
404.md
CNAME
Gemfile
Gemfile.lock
LICENSE
README.md
_config.yml
blog.html
categories.html
contribute.md
demo.md
deploy.md
digitalocean.md
functions.md
index.md
news.html
newsletter.md
package-lock.json
package.json
plugins.html
postcss.config.js
publishers.html
support.md
tags.html
tailwind.config.js
20 lines
509 B
HTML
20 lines
509 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% include block/hero.html
|
|
title=site.tagline
|
|
title_2=page.title_2
|
|
image='https://dummyimage.com/860x600'
|
|
color='with InvenTree'
|
|
detail=page.long_text
|
|
buttons=page.buttons
|
|
%}
|
|
|
|
{% assign data = site.data[page.data] %}
|
|
{% include block/features.html data=data extend=true %}
|
|
|
|
{% include block/cta.html cta=site.data.ctas.learn %}
|
|
{% include block/functions.html data=site.data.functions.general extend=true %}
|
|
{% include block/cta.html cta=site.data.ctas.end %}
|