source: treasury/remit_templates/base.html @ 32e360b

client
Last change on this file since 32e360b was 32e360b, checked in by Alex Dehnert <adehnert@…>, 15 years ago

Create remit_templates; put base template there

  • Property mode set to 100644
File size: 405 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4  <head>
5    <title>{% block title %}TITLE{% endblock %}</title>
6
7    <link rel="stylesheet" type="text/css" href="/media/style/style.css" />
8
9  </head>
10  <body>
11{% block content %}{% endblock %}
12  </body>
13</html>
Note: See TracBrowser for help on using the repository browser.