File: default.html

package info (click to toggle)
grantlee5 5.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,004 kB
  • sloc: cpp: 25,617; javascript: 6,043; python: 299; sh: 97; perl: 37; ruby: 24; makefile: 20
file content (23 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>My title</head>
<style>
p {
  margin-top: 0;
  margin-bottom: 0;
}
</style>
</head>
<body>
  <h1>My document</h1>

<h2>Abstract</h2>

{{ abstract|to_clean_html }}

<h2>Content</h2>

{{ content|to_clean_html }}
</body>
</html>