{% extends 'base.html' %} {% block content %}
This is what users will type go/{your shorthand}
This is where users will be redirected to

{% for shorthand in shorthands %}

{{ shorthand.label }} - {{ shorthand.url }}


{% endfor %}
{% endblock %}