reader_base.html 283 Bytes
{% 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 %}