4c3a5ae48968bad367f0aacc580d6b0911e88875
[redakcja.git] / redakcja / templates / error_base.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
5     <title>MIL/PEER</title>
6 </head>
7 <body>
8
9 {% block "content" %}
10 {% endblock %}
11
12
13 </body>
14 </html>
15
16