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

11 lines
286 B
HTML

<html>
<head>
<title>{% block title %}{{ bill.get_type_display }} - {{ bill.number }}{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
{% block head %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>