File: template.html

package info (click to toggle)
iotas 0.12.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,440 kB
  • sloc: python: 14,665; xml: 725; javascript: 45; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
  <title>{title}</title>
  <link rel="stylesheet" href="{css_path}">{meta_headers}{configurable_stylesheet}{tex_headers}{javascript}
</head>
<body>
{content}</body>
</html>