+
+
diff --git a/hm_web/templates/changelog.html b/hm_web/templates/changelog.html
new file mode 100644
index 0000000..649e9fa
--- /dev/null
+++ b/hm_web/templates/changelog.html
@@ -0,0 +1,12 @@
+$def with (sections)
+
+$for s in sections:
+
+
$s[1] ( build: $s[3])
+ $for t in s[2]:
+
+ $t.replace("\"", "")
+
+
+
+
diff --git a/hm_web/templates/deck.html b/hm_web/templates/deck.html
new file mode 100644
index 0000000..79f19b3
--- /dev/null
+++ b/hm_web/templates/deck.html
@@ -0,0 +1,58 @@
+$def with (cc, stored)
+
+
+
+
+
+
+
+
+ Choose Hero Power:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Search:
+
+
+ $for s in stored:
+ $if(s == 'cards'):
+ $for v in stored[s]:
+
$v['name']
$v['count']
+
+
+
Save
+
Clear
+
+
+
+
+$for c in cc:
+
+
+
+
+
+
diff --git a/hm_web/templates/faq.html b/hm_web/templates/faq.html
new file mode 100644
index 0000000..61d17c9
--- /dev/null
+++ b/hm_web/templates/faq.html
@@ -0,0 +1,16 @@
+
+ 1. How to install Hearthmod?
+
+ 1) Download Hearthstone client
+
+ 2) Download Hearthmod client
+ 3) Extract Hearthstone client and Hearthmod client. Then move Hearthmod client extracted content to Hearthstone client: hearthmod/hearthmod_client
+ 4) If you use Windows, go to hearthmod/hearthmod_client/win32/ and execute hearthmod.exe
+
+
+
+ 2. How to play Hearthmod?
+
When installed, run hearthmod.exe if you use Windows OS or hearthmod if you use linux. When you create a deck and run the Hearthstone client, you must only press Play in the menu section. Once you enter Heroes selection screen, you must press Play button again. When your opponent is found, you enter the game.