Fix android hierarchy ref page template.

Staged:
http://akassay.nyc.corp.google.com:8080/reference/hierarchy.html?tenant=android

b/28726317

Change-Id: I3aced8e3f34529ad10c3da286464aa3ff0f46182
diff --git a/res/assets/templates/hierarchy.cs b/res/assets/templates/hierarchy.cs
index a607ffd..cacd3ae 100644
--- a/res/assets/templates/hierarchy.cs
+++ b/res/assets/templates/hierarchy.cs
@@ -1,5 +1,5 @@
 <?cs include:"macros.cs" ?>
-<html>
+<html<?cs if:devsite ?> devsite<?cs /if ?>>
 <style>
     .jd-hierarchy-spacer {
         width: 15px;
@@ -11,7 +11,7 @@
 </style>
 <?cs include:"head_tag.cs" ?>
 <?cs include:"header.cs" ?>
-
+<body>
 <div class="g-unit" id="doc-content">
 
 <div id="jd-header">
@@ -20,7 +20,7 @@
 
 <div id="jd-content">
 
-<div style="margin-left: 20px; margin-right: 20px;">
+<div<?cs if:!devsite ?> style="margin-left: 20px; margin-right: 20px;"<?cs /if ?>>
 
 <?cs def:hierarchy_list(classes) ?>
 <?cs each:cl = classes ?>
@@ -56,13 +56,16 @@
 </table>
 
 </div>
-
+<?cs if:!devsite ?>
 <?cs include:"footer.cs" ?>
+<?cs /if ?>
 </div><!-- end jd-content -->
 </div><!-- end doc-content -->
 
+<?cs if:!devsite ?>
 <?cs include:"trailer.cs" ?>
+<?cs /if ?>
+
 
 </body>
 </html>
-