{% from "functions.html" import index_hero %}
{% if domain != None %}
{% set title = domain.split(':')[1] %}
{% set title = title[2:] %}
{% else %}
{% set title = "urlshrink" %}
{% endif %}
{{ title }}
{{ index_hero(title) }}
{% block body %}{% endblock %}