openstack-ansible-repo_build/templates/global_indexed_links.html.j2

13 lines
210 B
Django/Jinja

<html>
<head>
<title>
links for "{{ repo_build_release_tag }}"
</title>
</head>
<body>
{% for item in global_indexed_links.stdout_lines %}
<a href="{{ item }}">{{ item }}</a><br />
{% endfor %}
</body>
</html>