-
-
-
-
-
-
-
-
- {{ page.title | default: page.name | replace: '.html', '' }}
-
-
- {% if page.bpm %}
-
-
- đ” {{ page.bpm }} BPM
-
-
- {% else %}
-
- {% endif %}
-
-
-
- {% if page.tags %}
-
- {% for category in page.tags %}
- {% assign cat_name = category[0] %}
- {% assign cat_items = category[1] %}
-
- {% assign ignore_cat = false %}
- {% if cat_name == 'TAG' or cat_name == 'tag' %}{% assign ignore_cat = true %}{% endif %}
-
- {% assign has_items = false %}
- {% for item in cat_items %}{% if item != "" %}{% assign has_items = true %}{% endif %}{% endfor %}
-
- {% if ignore_cat == false and has_items %}
-
-
-
-
-
- {% if cat_name == 'plugin' %}đ
- {% elsif cat_name == 'sample' %}đ€
- {% elsif cat_name == 'bassline' %}đč
- {% elsif cat_name == 'automation' %}đïž
- {% else %}đ·ïž
- {% endif %}
-
-
- {{ cat_name }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ {% for item in unique_bpm %}
+ {% if item != "" %}
+
+
+
{% endif %}
{% endfor %}
- {% endif %}
-
-
+
+
-
+
+
+
+ {% for item in unique_samples %}
+ {% if item != "" %}
+
+ {% endif %}
+ {% endfor %}
+
+
-
- {% endif %}
- {% endfor %}
+
+
+
+
+ Encontrados 0 projetos.
+
+
+
+ {% for projeto in site.data.all %}
+ {% include project-card.html project=projeto %}
+ {% endfor %}
+
+
+
+
+
Nenhum projeto encontrado com essa combinação.
+
+
+
+
+