summaryrefslogtreecommitdiff
path: root/doc/invocations-http-server/templates/base.html
blob: d7a13f0b1479ad676efe4a2e75756b0701f871de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
  <head>
    <title>
      {% block heading %}Invocation Browser{% endblock %}
    </title>
    <link rel="stylesheet" type="text/css" href="/static/style.css">
  </head>
  <body>
    {% block content %}
    <i>(no content)</i>
    {% endblock %}
  </body>
</html>