New structure for filters
This commit is contained in:
@ -12,7 +12,9 @@
|
||||
{% block content %}
|
||||
<main class="songs">
|
||||
<section class="filters">
|
||||
FILTERS
|
||||
<input type="text" placeholder="Hledat">
|
||||
<div class="button">classic</div>
|
||||
<div class="button">mixtape</div>
|
||||
</section>
|
||||
<section class="song-list">
|
||||
{% for song in section.pages %}
|
||||
|
Reference in New Issue
Block a user