2020-09-25 13:00:51 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
|
2020-09-26 18:10:28 +02:00
|
|
|
<div id="browsebycategory-listcategories">
|
2020-11-05 19:20:11 +01:00
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('artistsindex') }}">BROWSE BY CREATOR/CONTRIBUTOR</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('publishersindex') }}">BROWSE BY PUBLISHER</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('selfpublishedindex') }}">BROWSE ALL SELF-PUBLISHED</a></div>
|
|
|
|
<div class="browsebycategory-categories primary-button"><a href="{{ url_for('zinesindex') }}">BROWSE ALL ZINES</a></div>
|
2020-09-26 18:10:28 +02:00
|
|
|
|
|
|
|
<div>More categories coming soon...</div>
|
|
|
|
</div>
|
2020-09-25 13:00:51 +02:00
|
|
|
|
|
|
|
{% endblock content %}
|