{% extends "admin/layout.html" %} {% block title %}{{ _("Basic Options") }}{% endblock %} {% block contents %}
{% trans %} From here you can configure the basic blog settings like the blog title and tagline. {% endtrans %}
{% call form() %} {{ form.as_dl() }}