summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/index.html b/index.html
index 24e3265..ae9befb 100644
--- a/index.html
+++ b/index.html
@@ -187,7 +187,13 @@
</template>
<template id="tpl___shop">
- <div class="shop"></div>
+ <div class="shop">
+ <div data-template-slot="items" class="shop__items"></div>
+ <div data-template-slot="modes">
+ <button data-template-slot="modeBuy" data-selection-mode="buy" data-i18n-msgid="ui:shop:mode:buy" class="menu-button"></button>
+ <button data-template-slot="modeInfo" data-selection-mode="info" data-i18n-msgid="ui:shop:mode:info" class="menu-button"></button>
+ </div>
+ </div>
</template>
<template id="tpl___shop__item">