{% extends "base.html" %} {% block htmltitle %} {% if page.title %} {{ page.title }} - {{ config.site_name }} - CiviCRM Documentation {% else %} {{ config.site_name }} - CiviCRM Documentation {% endif %} {% endblock %} {% block announce %}
Check out our other CiviCRM documentation guides: {% if "User Guide" not in config.site_name %} User Guide | {% endif %} {% if "System Administrator Guide" not in config.site_name %} SysAdmin Guide | {% endif %} {% if "Developer Guide" not in config.site_name %} Developer Guide | {% endif %} {% if "Installation Guide" not in config.site_name %} Installation Guide | {% endif %} {% if config.extra.edition is defined %} Other Editions/Languages {% endif %}
{% endblock %}