{% extends 'links/base.html' %} {% load i18n %} {% block title %}{% translate 'Links | Link shortener' %}{% endblock %} {% block body_attrs %}class="bg-light"{% endblock %} {% block header %} {% include 'links/components/navbar.html' %} {% endblock %} {% block main %}
{% if messages %} {% include 'links/components/messages.html' %} {% endif %} {% block content %}

{% translate 'Links' %}

{% blocktranslate %} An app that allows users to shorten long urls. {% endblocktranslate %}

{% translate 'Open Source' %}

{% blocktranslate %} Links is an open source fast, scalable, secure web app built using Python and Django. {% endblocktranslate %}

{% translate 'Github' %}

{% translate 'Link Management' %}

{% blocktranslate %} Links allows you to manage your shortened links and track performance. {% endblocktranslate %}

{% translate 'View' %}

{% translate 'Give it a try' %}

{% csrf_token %}
{% translate 'The link to be shortened' %}
{% endblock %}
{% endblock %}