summaryrefslogtreecommitdiff
path: root/objectapp/tests/templates/objectapp/base.html
blob: c9383566cd9a9ea56c7a113abd943b971cdda764 (plain)
1
2
3
4
5
6
7
8
9
<html>
  <head>
    <title>Objectapp's Blog - {% block title %}{% endblock %}</title>
  </head>
  <body>
    {% block content %}{% endblock %}
  </body>
</html>