- {% compressed_css 'catalogue' %}
- <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}style.css" />
- <title>{% block title %}{% trans "Platforma Redakcyjna" %}{% endblock title %}</title>
+ {% stylesheet 'catalogue' %}
+ <title>{% block title %}{% trans "Platforma Redakcyjna" %} ::
+ {% block titleextra %}{% endblock %}{% endblock title %}</title>
+ {% block add_css %}{% endblock %}