summaryrefslogtreecommitdiff
path: root/gstudio/tests/templates/gstudio/base.html
blob: 6b4226d19b79ded6b5577f0fd5fda002561dd5fe (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <title>Gnowledge Studio - {% block title %}{% endblock %}</title>
  </head>
  <body>
    {% block content %}{% endblock %}
  </body>
</html>