github.com/leonlxy/hyperledger@v1.0.0-alpha.0.20170427033203-34922035d248/bddtests/templates/html/main.html (about)

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