mirror of
https://github.com/inventree/inventree-website.git
synced 2025-05-01 23:16:47 +00:00
15 lines
383 B
HTML
15 lines
383 B
HTML
{% capture link %}
|
|
{% if include.item.site %}
|
|
{{ site[include.item.site] }}
|
|
{% elsif include.item.internal %}
|
|
{{ include.item.internal | relativurl }}
|
|
{% elsif include.item.link %}
|
|
{{ include.item.link | include fnc/link.html }}
|
|
{% elsif include.item.home %}
|
|
{{ '/' | relative_url }}
|
|
{% else %}
|
|
{{ include.item }}
|
|
{% endif %}
|
|
{% endcapture %}
|
|
|
|
{{ link | strip }} |