============================= Select, Mutli-Select and Tags ============================= Select and Multi-Select are special purpose content tags. They're used for choice fields on pages, but they also can be used to group pages with the same select values. This is useful for tagging and other complex taxonomies. Adding a select to a page ------------------------- To add a single select to a page use the following tag structure. This is like other page tags, where the name comes first, and then the options.:: Examples:: {% page "category" type="select" %} {% page "tags" type="select" multiple="true" %} Getting Data about a select --------------------------- The `{% select %}` template tag will get data about tags in use:: {% select "tags" %} For a site about electronics that might render::