{% extends "admin/layout.html" %} {% block title %}{{ _("Basic Options") }}{% endblock %} {% block contents %}

{{ _("Basic Options") }}

{% trans %} From here you can configure the basic blog settings like the blog title and tagline. {% endtrans %}

{% call form() %} {{ form.as_dl() }}
{% endcall %} {% endblock %}