mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-18 04:55:32 +00:00
more abstract formatting
This commit is contained in:
@ -5,15 +5,12 @@ backLink: false
|
||||
|
||||
{% include hero.html title=site.tagline title_2='for Education' image='https://dummyimage.com/860x600' color='with InvenTree' %}
|
||||
|
||||
{% assign for_e = site.data.for_edu %}
|
||||
{% include features.html data=for_e %}
|
||||
{% include features.html data=site.data.for_edu %}
|
||||
|
||||
{% include cta.html text='InvenTree provides functions for all kinds of users and parts' link = '/' link_text = 'Learn More' %}
|
||||
{% include cta.html cta=site.data.learn_cta %}
|
||||
|
||||
{% assign function = site.data.function %}
|
||||
{% include functions.html data=function %}
|
||||
{% include functions.html data=site.data.function %}
|
||||
|
||||
{% assign end = site.data.end_cta %}
|
||||
{% include cta.html cta=end %}
|
||||
{% include cta.html cta=site.data.end_cta %}
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user