File: complex_trim_blocks.tpl.out

package info (click to toggle)
golang-github-flosch-pongo2.v4 4.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, trixie
  • size: 860 kB
  • sloc: makefile: 3
file content (40 lines) | stat: -rw-r--r-- 873 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

<!DOCTYPE html>
<html>

<head>
	<title>My blog page</title>
</head>

<body>
	<h1>Blogpost</h1>
	<div id="content">
		<h2>Hello!</h2><p>Welcome to my new blog page. I'm using pongo2 which supports {{ variables }} and {% tags %}.</p>
	</div>

	<h1>Comments</h1>

		<h2>1. Comment (3 comments left)</h2>
		<p>From: user1 (validated)</p>

			<p>This user is not admin!</p>

		<p>Written 2014-06-10 15:30:15 +0000 UTC</p>
		<p>&quot;pongo2 is nice!&quot;</p>
		<h2>2. Comment (2 comments left)</h2>
		<p>From: user2 (validated)</p>

			<p>This user is an admin (verify: True)!</p>

		<p>Written 2011-03-21 08:37:56.000000012 +0000 UTC</p>
		<p>comment2 with unsafe tags in it</p>
		<h2>3. Comment (1 comment left)</h2>
		<p>From: user3 (not validated)</p>

			<p>This user is not admin!</p>

		<p>Written 2014-06-10 15:30:15 +0000 UTC</p>
		<p>hello! there</p>
</body>

</html>