mirror of
				https://github.com/inventree/inventree-website.git
				synced 2025-11-04 07:25:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			471 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			471 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<section class="cm-gray-2 body-font">
 | 
						|
  <div class="section-container">
 | 
						|
    <div class="flex flex-wrap -m-4 text-center">
 | 
						|
 | 
						|
    {% assign stats = stats|default:site.data.general.stats.stats %}
 | 
						|
    {% for item in stats %}
 | 
						|
      <div class="p-4 sm:w-1/4 w-1/2">
 | 
						|
        <h2 class="title-font font-medium sm:text-4xl text-3xl cm-gray-1">{{ item.number }}</h2>
 | 
						|
        <p class="leading-relaxed">{{ item.name }}</p>
 | 
						|
      </div>
 | 
						|
    {% endfor %}
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
</section> |