2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 10:35:27 +00:00
Files
inventree-website/_layouts/plugin_highlight.html
Matthias Mair cc164cec71 fix doube title
2022-04-23 20:43:07 +02:00

12 lines
229 B
HTML

---
layout: content
---
<article>
{{ content }}
{% if page.plugin %}
<hr>
<p>Find out more about this plugin on the plugin site</p>
{% include plugin_card.html plugin=page.plugin %}
{% endif %}
</article>