summaryrefslogtreecommitdiff
path: root/web/templates/views/invoice.html
blob: c8a3c707fab62ff8d1ca8de7ea0007dec10b842a (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" .Invoice.Items }}
  </body>
</html>