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

	<variable-list>
		<!-- dirname and friendly name -->
		<include>_sectionvars-new.inc</include>
		<!-- general page setup -->
		<include>_commonvars-new.inc</include>
		<variable name="tcfname" type="text" display="none">section-new.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}">landing-new.tmpl</template>

		<!-- props and navigation files -->
		<include>_sectiontemplates-new.inc</include>
	</template-list>
	
	<navigation-list>
		<!-- navigation options and link style -->
	   <include>_navigationlist-new.inc</include>
	</navigation-list>
</tcf>