Back to Werkzeug

List

examples/couchy/templates/list.html

3.1.8254 B
Original Source

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

List of URLs

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