<?xml version="1.0" encoding="UTF-8"?>
<tcf>
  <title>New One Column Page</title>
  
  <variable-list>
    <!-- general page setup -->
    <include>_commonvars.inc</include>
       
    <variable section="File Configuration" name="autonavigation" prompt="Add Navigation Item" type="select" alt="Specify if this page should be added to the navigation file automatically. Note that both files need to be published after creation.">
      <option value="true">Yes</option>
      <option value="false">No</option>
    </variable>
    <!-- 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-list>
  
  <template-list>
    <template 
      prompt-prefix="Page"
      filename="{pcf-filename}"
      display-filename="no"
      extension="pcf"
      display-group="no"
      autonav="{autonavigation}">onecol.tmpl</template>
  </template-list>
  
  <navigation-list>
    <!-- navigation options and link style -->
    <include>_navigationlist.inc</include>
  </navigation-list>
</tcf>