0a3afeb77c93dda6af78492822b00946962700c8
kate
  Thu Feb 2 08:03:11 2017 -0800
Add title to template page. refs #18504

diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html
index bcaec06..a139029 100755
--- src/hg/htdocs/template.html
+++ src/hg/htdocs/template.html
@@ -1,30 +1,30 @@
 <!DOCTYPE html>
 
 <!-- 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 < &
 6. Limit lines to a maximum of 100 characters
 -->
 
 <!-- Page header -->
-<!--#set var="TITLE" value="UCSC Genome Browser: Citing Us" -->
+<!--#set var="TITLE" value="UCSC Genome Browser: Document Styles" -->
 <!--#set var="ROOT" value="." -->
 
 <!-- Relative paths to support mirror sites with non-standard GB docs install -->
 <!--#include virtual="$ROOT/inc/gbPageStart.html" -->
 
 <!-- Page content -->
 <h1>Sample Genome Browser Static Page (h1)</h1>
 <p>
 This is a standard paragraph ('p' tag) of explanatory text.
 The next part of the page demonstrates how to create a multi-column layout 
 using the grid layout feature of bootstrap.css, a widely used stylesheet which is now 
 included in the browser static pages.
 </p>
 
 <!-- Sections -->