2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-06 17:28:53 +00:00
inventree-website/_layouts/alternatives.html
2022-04-16 23:36:09 +02:00

20 lines
692 B
HTML

---
layout: content
---
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
<h2>{{ page.title }}</h2>
{% include partial/alert.html
style='info'
title='caveat'
desc='Please keep in mind that this is the view of one or more devs of InvenTree. So there is an elemenet of bias involved.'
%}
{{ content }}
{% if page.oss %}
{% include partial/alert.html
style='info'
title='(F)OSS'
desc="This alternative is (F)OSS - let's celebrate this by heading over, giving it a good look and staring the project! Motiviation keeps projects and maintainers healthy."
%}
{% endif %}
</article>