reader_base.html 283 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 {% extends "base.html" %} {% load static %} {% block extrahead %} <link rel="stylesheet" type="text/css" href="{% static 'css/reader.css' %}"/> {% endblock %} {% block header %} <div id="branding"> Słownik gramatyczny<br>języka polskiego </div> {% endblock %}