{% extends "base.html" %}
{% load i18n %}
{% block title %}{{ url }}{% endblock %}
{% block page_content %}
{% if url %}
{% else %}
You need to load this page with ?url=foo query string like this.
{% endif %}
{% endblock %}
{% block page_footer %}{% endblock %}