{% import 'macros/autoform.html' as autoform %} {% extends "admin/base.html" %} {% import 'macros/form.html' as form %} {% block primary_content_inner %} {{ form.errors(error_summary) }}
{% endblock %} {% block secondary_content %}Site Title: This is the title of this CKAN instance It appears in various places throughout CKAN.
Custom Stylesheet: Define an alternative main CSS file.
Site Tag Logo: This is the logo that appears in the header of all the CKAN instance templates.
About: This text will appear on this CKAN instances about page.
Intro Text: This text will appear on this CKAN instances home page as a welcome to visitors.
Custom CSS: This is a block of CSS that appears in
<head>
tag of every page. If you wish to customize
the templates more fully we recommend
reading the documentation.
Homepage: This is for choosing a predefined layout for the modules that appear on your homepage.
{% endtrans %} {% endblock %}