summaryrefslogtreecommitdiffstats
path: root/tools/droiddoc/templates/nosidenavpage.cs
blob: 1b99d548de1e7f6c83707979b01e4fbbd5036a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?cs include:"macros.cs" ?>
<html>
<?cs include:"head_tag.cs" ?>
<body class="gc-documentation">
<a name="top"></a>
<?cs call:custom_masthead() ?>

<div id="body-content">
<div id="doc-content">

<?cs call:tag_list(root.descr) ?>

<?cs include:"footer.cs" ?>
</div><!-- end doc-content -->
</div><!-- end body-content -->
<?cs include:"analytics.cs" ?>
</body>
</html>