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