{% extends "base.html" %} {% block content %}

QR code for {{ url }}

{% if url_exists %}
{% else %}

That link does not exist.

{% endif %} {% assets "shrunk_qr" %} {% endassets %} {% endblock %}