{% spaceless %}
{% load static from staticfiles %}
-{% load compressed %}
+{% load pipeline %}
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<base target="_parent" />
<title>Widget Wolnych Lektur</title>
- {% compressed_css 'widget' %}
+ {% stylesheet 'widget' %}
</head>
<body>
<div id="wl">
</div>
-{% compressed_js 'widget' %}
+{% javascript 'widget' %}
</body>
</html>
-{% endspaceless %}
\ No newline at end of file
+{% endspaceless %}