github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/tools/droiddoc/templates-ndk/nosidenavpage.cs (about)

     1  <?cs include:"doctype.cs" ?>
     2  <?cs include:"macros.cs" ?>
     3  <html<?cs if:devsite ?> devsite<?cs /if ?>>
     4  <?cs include:"head_tag.cs" ?>
     5  <body class="gc-documentation 
     6    <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
     7    elif:design ?>design<?cs
     8    elif:distribute ?>distribute<?cs
     9    /if ?>" itemscope itemtype="http://schema.org/Article">
    10  <a name="top"></a>
    11  <?cs call:custom_masthead() ?>
    12  
    13  <div id="body-content">
    14  <div id="doc-content" style="position:relative;">
    15  
    16  <?cs call:tag_list(root.descr) ?>
    17  
    18  <?cs include:"footer.cs" ?>
    19  </div><!-- end doc-content -->
    20  
    21  <?cs include:"trailer.cs" ?>
    22  
    23  </body>
    24  </html>
    25  
    26  
    27