<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>Katy News Article (Around Campus)</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">untitled</variable>
		<variable name="tcfname" type="text" display="none">katy-news-article-around-campus.tcf</variable>
	</variable-list>
	
	<template-list>
		<template 
			prompt-prefix="News Article (Around Campus)"
			filename="{pcf-filename}"
			display-filename="no"
			extension="pcf"
			preferred-redirect="yes"
			tags="{tags}"
			autonav="{autonavigation}">katy-news-article-around-campus.tmpl</template>
	</template-list>
	
	<navigation-list>
		<!-- navigation options and link style -->
	   <include>_navigationlist.inc</include>
	</navigation-list>
</tcf>
