mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 22:20:05 +00:00
50 lines
No EOL
899 B
Text
50 lines
No EOL
899 B
Text
|
|
<!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>"pongo2 is nice!"</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> |