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

Welcome to Clipper

Clipper allows you to create and share text or files through unique URLs.

Simply enter a name for your route below and get started!

{% csrf_token %}
{% if messages %}
{% for message in messages %} {{ message }}

{% endfor %}
{% endif %}
{% endblock %}