django-orchestra-test/orchestra/apps/bills/templates/bills/base.html

11 lines
258 B
HTML
Raw Normal View History

2014-08-20 18:50:07 +00:00
<html>
<head>
<title>{% block title %}Invoice - I20110223{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
{% block head %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>