2864f83af361b11656f961cc36c2d20aae6cb254
kate
  Thu Jan 12 12:19:32 2017 -0800
Move includes to inc dir. refs #18621

diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html
index fe30cf1..9f2ce31 100755
--- src/hg/htdocs/template.html
+++ src/hg/htdocs/template.html
@@ -3,33 +3,33 @@
 <!-- template.html: Example HTML for a Genome Browser static page -->
 
 <!-- Style recommendations
 1. Capitalization: use only lowercase for HTML element names, attributes and values
 2. Quotes: Use double quotes for attribute values
 3. Whitespace: Use a new line for every block list or table element
 4. Indentation: Indent every child element 2 spaces
 5. Special characters: Don't use entity references (set editor to UTF-8), except < &
 -->
 
 <!-- Page header -->
 <!--#set var="title" value="GB Static Page Template" -->
 
 <!-- Boilerplate to support mirror sites with non-standard GB docs install -->
 <!--#if expr="$GB_DOCUMENT_ROOT" -->
-    <!--#include virtual="/gbDocs/gbPageStart.html" -->
+    <!--#include virtual="/gbDocs/inc/gbPageStart.html" -->
 <!--#else -->
-    <!--#include virtual="/gbPageStart.html" -->
+    <!--#include virtual="/inc/gbPageStart.html" -->
 <!--#endif -->
 
 <!-- Page content -->
 <h1>Sample Genome Browser Static Page</h1>
 <p>
 This is a standard paragraph ('p' element) of explanatory text.
 <em>The remainder of this text is just filler</em>.
 
 Follow these citation guidelines when using applications from the Genome Browser
 tool suite or data from the UCSC Genome Browser database in a research work that will
 be published in a journal or on the Internet.
 In addition to the relevant paper, please include a reference to the Genome Browser
 website in your manuscript: <a href="index.html" target=_blank>http://genome.ucsc.edu/</a>.
 Be sure to mention the release date of the genome assembly used in your work to faciliate
 the examination of your data by reviewers and the readers.
@@ -123,20 +123,20 @@
 Use the 'img' tag to include the picture file, which is typically in .jpg or .png format.
 Images should normally have their 'width' and 'height' attributes set in the 'img' tag.
 To right-align the image add the 'gbsAlignRight' class.
 The caption is a 'p' element, which is assigned the 'gbsCaption' class.
 </p>
 <div class="row">
   <div class="col-md-12">
       <img src= "images/gbstaff16.jpg" width=499 height=299 alt="Genome Browser staff">
     <p class="gbsCaption">
     Browser staff in native habitat.
     </p>
   </div>
 </div>
 
 <!--#if expr="$GB_DOCUMENT_ROOT" -->
-    <!--#include virtual="/gbDocs/gbPageEnd.html" -->
+    <!--#include virtual="/gbDocs/inc/gbPageEnd.html" -->
 <!--#else -->
-    <!--#include virtual="/gbPageStart.html" -->
+    <!--#include virtual="/inc/gbPageStart.html" -->
 <!--#endif -->