index.tpl 106 B

12345
  1. <html>
  2. {% for oneUrl in url %}
  3. <a href="{{ oneUrl.url }}"> {{ oneUrl.urlTitle }}</a>
  4. {% endfor %}
  5. </html>