summaryrefslogtreecommitdiff
path: root/web/templates/invoice.html
blob: 77825febef4a4bcd266732e2476bf5cdca6afbe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html class="no-js" lang="">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>OpenBills Testing</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
  </head>
  <body>
    {{ template "partials/item_list.html" .}}
  </body>
</html>