~andreserl/maas/lp1604962_lp1604987

« back to all changes in this revision

Viewing changes to src/maasserver/templates/maasserver/base.html

  • Committer: Raphael Badin
  • Date: 2012-01-16 08:33:18 UTC
  • Revision ID: raphael.badin@canonical.com-20120116083318-2ntniy6eirey3drl
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html>
 
2
<html>
 
3
<head>
 
4
    <link rel="stylesheet" href="style.css" />
 
5
    <title>{% block title %}MaaS{% endblock %}</title>
 
6
</head>
 
7
<body>
 
8
  {% block content %}
 
9
  {% endblock %}
 
10
</body>
 
11
</html>