mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-04 07:25:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			467 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			467 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% capture link %}
 | 
						|
{% if include.internal %}
 | 
						|
    {% link include.internal %}
 | 
						|
{% endif %}
 | 
						|
{% 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 }}
 | 
						|
{% elsif include.item %}
 | 
						|
    {{ include.item }}
 | 
						|
{% endif %}
 | 
						|
{% endcapture %}
 | 
						|
 | 
						|
{{ link | strip }} |