<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Page</title>
	<variable-list>
		<!-- general page setup -->
		<include>_commonvars.inc</include>
		<!-- A safer way to create a file, forces PCF file extension -->
		<variable name="pcf-filename" prompt="Filename" alt="Enter a filename using only lowercase letters, underscores, or dashes. Do not include an extension."></variable>
		<variable name="includeRightContent" 
				  type="radio" 
				  prompt="Show/Hide Right Content Section" 
				  alt="Include right content section?"
				  output="xml">
			<option value="true" selected="false">Yes</option>
			<option value="false" selected="false">No</option>
		</variable>
	</variable-list>
	<template-list>
		<template 
				  prompt-prefix="New Page" 
				  filename="{pcf-filename}" 
				  extension="pcf" 
				  display-filename="no" 
				  display-group="no" 
				  display-overwrite="yes" 
				  force-destination="yes" 
				  preferred-redirect="yes" 
				  publish="no">default.tmpl</template>
	</template-list>
</tcf>