mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-13 10:35:27 +00:00
add alert partial
This commit is contained in:
@ -3,9 +3,17 @@ layout: content
|
||||
---
|
||||
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
|
||||
<h2>{{ page.title }}</h2>
|
||||
<p>Please keep in mind that this is the view of one or more devs of InvenTree. So there is an elemenet of bias involved.</p>
|
||||
{% 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 %}
|
||||
<p>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.</p>
|
||||
{% 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>
|
||||
|
Reference in New Issue
Block a user