Back to Werkzeug

List

examples/shorty/templates/list.html

3.1.8255 B
Original Source

{% extends 'layout.html' %} {% block body %}

List of URLs

{%- for url in pagination.entries %} - {{ url.uid|e }} » {{ url.target|urlize(38, true) }} {%- else %} - no URLs shortened yet {%- endfor %} {% endblock %}