File: index.html

package info (click to toggle)
django-pipeline 4.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 904 kB
  • sloc: python: 3,170; makefile: 120; javascript: 59
file content (9 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
{% load pipeline %}
<html>
 <head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  <title>Pipeline</title>
  {% stylesheet 'screen' %}
  {% javascript 'scripts' %}
 </head>
</html>