github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/flosch/pongo2.v3/template_tests/complex.tpl.out (about)

     1  
     2  <!DOCTYPE html>
     3  <html>
     4  
     5  <head>
     6  	<title>My blog page</title>
     7  </head>
     8  
     9  <body>
    10  	<h1>Blogpost</h1>
    11  	<div id="content">
    12  		<h2>Hello!</h2><p>Welcome to my new blog page. I'm using pongo2 which supports {{ variables }} and {% tags %}.</p>
    13  	</div>
    14  
    15  	<h1>Comments</h1>
    16  
    17  	
    18  		<h2>1. Comment (3 comments left)</h2>
    19  		<p>From: user1 (validated)</p>
    20  
    21  		
    22  			<p>This user is not admin!</p>
    23  		
    24  
    25  		<p>Written 2014-06-10 15:30:15 +0000 UTC</p>
    26  		<p>&quot;pongo2 is nice!&quot;</p>
    27  	
    28  		<h2>2. Comment (2 comments left)</h2>
    29  		<p>From: user2 (validated)</p>
    30  
    31  		
    32  			<p>This user is an admin (verify: True)!</p>
    33  		
    34  
    35  		<p>Written 2011-03-21 08:37:56.000000012 +0000 UTC</p>
    36  		<p>comment2 with unsafe tags in it</p>
    37  	
    38  		<h2>3. Comment (1 comment left)</h2>
    39  		<p>From: user3 (not validated)</p>
    40  
    41  		
    42  			<p>This user is not admin!</p>
    43  		
    44  
    45  		<p>Written 2014-06-10 15:30:15 +0000 UTC</p>
    46  		<p>hello! there</p>
    47  	
    48  </body>
    49  
    50  </html>