From 0b9b93bf434f5a6485873880027eb8b325814757 Mon Sep 17 00:00:00 2001 From: davodm Date: Mon, 9 Oct 2023 17:14:29 +0100 Subject: [PATCH] feat: table-black template added --- static/templates/table-black.html | 64 +++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 static/templates/table-black.html diff --git a/static/templates/table-black.html b/static/templates/table-black.html new file mode 100644 index 0000000..ece86d2 --- /dev/null +++ b/static/templates/table-black.html @@ -0,0 +1,64 @@ + + + + + + + + + +
+ + + +
+

+ {{title}} +

+ {{#if subtitle}} +

+ {{subtitle}} +

+ {{/if}} +
+ +
+ + + + + + + + {{#each tokens}} + + + + + + {{/each}} +
TokenAverage PriceTraded Volume
+ + {{name}} + {{price}}{{volume}}
+ +
+
+ @irancryptomarket +
+ Last update: {{lastUpdate}} +
+ +
+ +
+ +
+ + + \ No newline at end of file