{% extends g.theme.master %} {% block title %}Neighborhood Help{% endblock %} {% block header %}Neighborhood Help{% endblock %} {% block nav_menu %} {% include 'allura:templates/jinja_master/neigh_nav_menu.html' %} {% endblock %} {% block top_nav %} {% include 'allura:templates/jinja_master/neigh_top_nav.html' %} {% endblock %} {% block content %}

Welcome to your neighborhood! We strive to make many neighborhood features easy to understand on their own, but there's always room for some additional explanation. Here's information on a few advanced features.

The [[projects]] macro

In any neighborhood tool (e.g. a wiki) you can use the [[projects]] macro to list all the projects in your neighborhood.

Example: [[projects display_mode=list columns=2 show_download_button=no limit=50]]

Display options:

Filter options:

Project Template

On the Neighborhood Overview form, the "Project Template" textbox allows you to specify a standard set of tools and options for all new projects, instead of choosing tools when creating the project. Please contact Support for assistance setting up a project template.

{% endblock %}