main reason: slippers cannot pass request via context inside its components, making it annoying to use template takes that take request. more reasons: not actively worked on, no named slots, having to define components in components.yaml + new components do not get registered without restarting server
		
			
				
	
	
		
			9 lines
		
	
	
		
			379 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			379 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h1 class="{% if badge %}flex items-center {% endif %}mb-4 text-3xl font-extrabold leading-none tracking-tight text-gray-900 dark:text-white">
 | 
						|
    {{ slot }}
 | 
						|
    {% if badge %}
 | 
						|
        <span class="bg-blue-100 text-blue-800 text-2xl font-semibold me-2 px-2.5 py-0.5 rounded dark:bg-blue-200 dark:text-blue-800 ms-2">
 | 
						|
            {{ badge }}
 | 
						|
        </span>
 | 
						|
    {% endif %}
 | 
						|
</h1>
 |