Back to Werkzeug

Display

examples/shorty/templates/display.html

3.1.8167 B
Original Source

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

Shortened URL

The URL {{ url.target|urlize(40, true) }} was shortened to {{ url.short_url|urlize }}.

{% endblock %}