File: css.html

package info (click to toggle)
django-classy-tags 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: python: 2,109; makefile: 98; sh: 6
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
{% load sekizai_tags %}

{% render_block "css-to-file" %}

{% addtoblock "css-to-file" %}
<style type="text/css">body { color: red; }</style>
{% endaddtoblock %}