2015-03-14 22:38:12 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<p>Idiocrates Records is a french music label of various genres, from eurobeat
|
2015-05-17 17:00:44 +02:00
|
|
|
to harsh noise, with chiptunes and post-metal. More than anything it's a
|
|
|
|
community of friends with common interests, that happens to produce a lot of
|
2015-03-14 22:38:12 +01:00
|
|
|
music.</p>
|
|
|
|
|
2017-08-17 15:52:09 +02:00
|
|
|
<p>We do not often produce physical releases but feel free to contact us if you
|
|
|
|
really feel that we should. *<B^)</p>
|
2015-03-14 22:38:12 +01:00
|
|
|
|
2015-05-17 17:00:44 +02:00
|
|
|
<div style="text-align: center;">
|
2015-07-06 21:33:56 +02:00
|
|
|
<img src="/static/img/logo.png" alt="logo" style="max-width: 200px" />
|
2015-05-17 17:00:44 +02:00
|
|
|
</div>
|
|
|
|
|
2015-03-14 22:38:12 +01:00
|
|
|
{% endblock %}
|