{% extends 'base.html' %} {% load i18n %} {% load static %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Link type is used for redirecting to an external URL. Use this when you want to create a short alias for a long URL." %}
{% trans "Custom type allows you to create a link with custom HTML content. Use this when you want to display a message or custom content instead of redirecting." %}
{% trans "Template type allows you to create dynamic URLs with parameters. Use {query, default=value} syntax in the URL." %}
{% trans "Example: https://google.com/search?q={query, default=hello}" %}