<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Department Homepage</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 or dashes. Do not include any extensions."></variable>
		<variable name="tcfname" type="text" display="none">department-homepage.tcf</variable>
		<!-- Specific variables for department page -->
		<variable name="includeFullMarketing" 
				  type="radio" 
				  prompt="Show/Hide Full-Width Marketing Section" 
				  alt="Include full-width marketing section?"
				  output="xml">
			<option value="true" selected="false">Yes</option>
			<option value="false" selected="false">No</option>
		</variable>
		<variable name="includeAdditionalMarketing" 
				  type="radio" 
				  prompt="Show/Hide Additional Marketing Sections" 
				  alt="Include additional marketing sections?"
				  output="xml">
			<option value="true" selected="false">Yes</option>
			<option value="false" selected="false">No</option>
		</variable>
		<variable name="includeGiving" 
				  type="radio" 
				  prompt="Show/Hide Giving Section" 
				  alt="Include giving 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="Department Homepage"
			filename="{pcf-filename}"
			display-filename="no"
			extension="pcf"
			preferred-redirect="yes"
			display-group="no">department-homepage.tmpl</template>
	</template-list>

</tcf>