<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Profile Page</title>
	
	<variable-list>
		<!-- profile info -->
		<variable section="Profile Info" name="firstname" prompt="First Name" alt="Enter the faculty member's first name."></variable>
		<variable name="lastname" prompt="Last Name" alt="Enter the faculty member's last name."></variable>
		<variable name="description" type="text" rows="3" prompt="Description" alt="Important. Enter a short description of the page, to be displayed by search engines."></variable>
		<variable name="pcf-filename" prompt="Filename" alt="Enter a filename using only lowercase letters, underscores, or dashes. Example (first-last)">untitled</variable>
	</variable-list>

	<template-list>
		<template
			prompt-prefix="New Profile Page"
			group="*inherit*"
			filename="{pcf-filename}"
			extension="pcf"
			display-filename="no"
			publish="no">profile.tmpl</template>
	</template-list>
</tcf>