<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Section</title>

	<variable-list>

		<!-- dirname and friendly name -->
	    <include>_sectionvars.inc</include>
		<!-- general page setup -->
	    <include>_commonvars.inc</include>

	    <variable name="page-type" type="select" prompt="Page Type" alt="Please choose the desired landing page type.">
			<option value="interior" selected="false">Interior</option>
			<option value="landing" selected="true">Landing</option>
		</variable>

	    <variable name="tcfname" type="text" display="none">_section.tcf</variable>
	</variable-list>

	<!-- Use this to specify a template group for the new section. -->
	<directory-list>
		<parent name="current_folder" path=".">
			<directory name="new-folder" template-group="*inherit*">{dirname}</directory>
		</parent>
	</directory-list>

	<template-list>
	    <template
			prompt-prefix="Index Page"
			filename="index"
			display-filename="no"
			extension="pcf"
			destination="{new-folder}"
			force-destination="yes"
			preferred-redirect="yes"
			tags="{tags}"
			autonav="{autonavigation}">{page-type}.tmpl</template>

		<!-- navigation file -->
	    <include>_sectiontemplates.inc</include>
	</template-list>

	<navigation-list>
		<!-- navigation options and link style -->
	    <include>_navigationlist.inc</include>
	</navigation-list>
</tcf>
