<h1>List of URLs</h1>{% if url_list %}<ul> {% for u in url_list %}<li><ahref="/url={{ u.id }}">Show details</a>, or follow<ahref="/{{ u.id }}"target="_blank"><code>{{ u.target }}</code></a></li> {% endfor %}</ul>{% else %}<p>No URLs are available.</p>{% endif %}