heisbuba commited on
Commit
f77ddea
·
verified ·
1 Parent(s): d1f80c7

Update src/templates/dashboard/setup.html

Browse files
Files changed (1) hide show
  1. src/templates/dashboard/setup.html +5 -0
src/templates/dashboard/setup.html CHANGED
@@ -1,4 +1,9 @@
1
  {% extends "base.html" %}
 
 
 
 
 
2
  {% block extra_css %}
3
  <style>
4
  /* --- SETUP GUIDE BOX --- */
 
1
  {% extends "base.html" %}
2
+ {% block title %}Setup Wizard - CryptoVAT{% endblock %}
3
+ {% block description %}Welcome to CryptoVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this toolkit.{% endblock %}
4
+ {% block og_title %}Setup Wizard - CryptoVAT{% endblock %}
5
+ {% block og_description %}Welcome to CryptoVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this toolkit.{% endblock %}
6
+ {% block keywords %}register, secure access, crypto dashboard, cryptovat, trading tools{% endblock %}
7
  {% block extra_css %}
8
  <style>
9
  /* --- SETUP GUIDE BOX --- */