{% extends 'base.html' %} {% block title %}App{% endblock title %} {% block content %} {% load static %}

Simple URL Shortener

{% csrf_token %}

Shortened URL

Github Repository: ethmtrgt/url_shortener

{% endblock content %}