v0.1.0
This commit is contained in:
12
templates/items.html
Normal file
12
templates/items.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1 class="mb-4">{{ items_title }}</h1>
|
||||
<h6 class="mb-4">{{ items_subtitle }}</h6>
|
||||
<div class="row row-cols-1 row-cols-md-4 row-cols-lg-6 g-4" id="items-container">
|
||||
{% include 'partials/_spotify_items.html' %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user