test html
3 years ago in Plain Text
<html>
<head></head>
<body>
<h1>Test</h1>
<h2>Number of visits: {{=tag2}}</h2>
<ul>
{{for item in tag1:}}{{for x in item:}}
<li>
{{=x[1]}}{{=x[2]}}{{=x[3]}}
<a href="https://translate.google.com?text={{=x[3]}}">{{=T('translate')}}</a>
</li>{{pass}}{{pass}}
</ul>
</body>
</html>