Skip to content

Instantly share code, notes, and snippets.

@khepin
Created April 13, 2011 07:46
Show Gist options
  • Save khepin/917147 to your computer and use it in GitHub Desktop.
Save khepin/917147 to your computer and use it in GitHub Desktop.
{% extends 'layout.html.twig' %}
{% block content %}
<h1 >Congratulations! </h1>
<p >The url {{ url }} can now be shortened via
<a href="/{{ url_slug }}">http://{{ app.request.host }}/{{ url_slug }}</a>
. Feel free to use the service again!
</p>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment