diff options
Diffstat (limited to 'web/templates/views')
-rw-r--r-- | web/templates/views/invoice.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/templates/views/invoice.html b/web/templates/views/invoice.html new file mode 100644 index 0000000..c8a3c70 --- /dev/null +++ b/web/templates/views/invoice.html @@ -0,0 +1,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> |