github.com/kchristidis/fabric@v1.0.4-0.20171028114726-837acd08cde1/bddtests/templates/html/main.html (about)

     1  <!--
     2  #
     3  # Copyright IBM Corp. All Rights Reserved.
     4  #
     5  # SPDX-License-Identifier: Apache-2.0
     6  #
     7  -->
     8  <!DOCTYPE html>
     9  <html lang="en">
    10  <head>
    11      {% block head %}
    12      <link rel="stylesheet" href="./../../templates/html/report.css" />
    13      <title>Scenario documentation</title>
    14      {% endblock %}
    15  </head>
    16  <body>
    17  {% autoescape false %}
    18  {{ header }}
    19  {{ toc }}
    20  {{ body }}
    21  {{ appendix }}
    22  {% endautoescape %}
    23  <div id="footer">
    24      {% block footer %}
    25      &copy; Copyright IBM Corp. 2017 All Rights Reserved.
    26      {% endblock %}
    27  </div>
    28  </body>
    29  </html>