summaryrefslogtreecommitdiff
path: root/web/templates/partials/item.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-11-11 21:22:31 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-11-11 21:22:31 +0530
commit2f4a92b0f1d02096427a2d1c97746bb52cdcc38a (patch)
treec27d44f8746316d158bd77c0796462a024efce2e /web/templates/partials/item.html
parentd43b356fc302d61728a08f08dbdf474906e3fa82 (diff)
Merged OpenBills-lib code into OpenBills-server
Diffstat (limited to 'web/templates/partials/item.html')
-rw-r--r--web/templates/partials/item.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/templates/partials/item.html b/web/templates/partials/item.html
new file mode 100644
index 0000000..04eabba
--- /dev/null
+++ b/web/templates/partials/item.html
@@ -0,0 +1,3 @@
+{{ define "partials/item.html" }}
+<div>{{ .Name }}</div>
+{{ end }}