{% extends "base.html" %}
{% load i18n %}
{% block title %}
{% include "content/_edit_title.html" %}
{% endblock %}
{% block content %}
{% include "content/_create.html" %}
{% trans "Tip! Share pages easily by bookmarking our" %} {% trans "bookmarklet" %}.
{% endblock %} {% block javascript %} {{ block.super }} {{ form.media }} {% endblock %}