Added django-compress.
[redakcja.git] / apps / compress / templates / compress / css.html
diff --git a/apps/compress/templates/compress/css.html b/apps/compress/templates/compress/css.html
new file mode 100644 (file)
index 0000000..3751a4a
--- /dev/null
@@ -0,0 +1 @@
+<link href="{{ url }}" rel="stylesheet" type="text/css"{% if media %} media="{{ media }}"{% endif %}{% if title %} title="{{ title|default:"all" }}"{% endif %}{% if charset %} charset="{{ charset }}"{% endif %} />
\ No newline at end of file