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
		
			
				
	
	
		
			11 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			265 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<span class="truncate-container">
 | 
						|
    <a class="underline decoration-slate-500 sm:decoration-2"
 | 
						|
       href="{% url 'view_game' game_id %}">
 | 
						|
        {% if slot %}
 | 
						|
            {{ slot }}
 | 
						|
        {% else %}
 | 
						|
            {{ name }}
 | 
						|
        {% endif %}
 | 
						|
    </a>
 | 
						|
</span>
 |