Back to Werkzeug

Short Link Details

examples/shortly/templates/short_link_details.html

3.1.8290 B
Original Source

{% extends "layout.html" %} {% block title %}Details about /{{ short_id }}{% endblock %} {% block body %}

/{{ short_id }}

Target host: {{ link_target|hostname }}Full link {{ link_target }} Click count: {{ click_count }} {% endblock %}