feat: new Discover section shows watch providers for results
This commit is contained in:
11
templates/discover/browse_genre.html.twig
Normal file
11
templates/discover/browse_genre.html.twig
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
{% block title %}Discover {{ genre }} {{ media_type|capitalize }} — {{ parent() }}{% endblock %}
|
||||
{% block h2 %}Discover {{ genre }} {{ media_type|capitalize }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="p-4 flex flex-col gap-4">
|
||||
<twig:Card title="{{ genre }}" class="w-full">
|
||||
<twig:PosterContainer tease="'false'" genreId="{{ genre_id }}" mediaType="{{ media_type }}" media="{{ media }}"></twig:PosterContainer>
|
||||
</twig:Card>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user