Url shortening demo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
263 B

{% extends 'base.html.twig' %}
{% block body %}
{{ form(form) }}
{% if last %}
<p>Last shortened url was: {{ url('app_lyhendi_get', {string: hasher_encode(last)}) }}
pointing {{ last.longUrl }}</p>
{% endif %}
{% endblock body %}