UNPKG
sportsbet-mobile
Version:
latest (1.2.22)
1.2.22
Sportsbet mobile
github.com/heathmont/sportsbet-mobile
heathmont/sportsbet-mobile
sportsbet-mobile
/
client
/
content
/
pagesMenu.html
13 lines
(12 loc)
•
261 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
template
name
=
"pagesMenu"
>
<
div
class
=
"content-page-selector-container"
>
<
div
>
<
b
>
Go to:
</
b
>
</
div
>
<
div
>
<
select
name
=
"pages"
>
{{#each pages}}
<
option
value
=
"{{handle}}"
>
{{name}}
</
option
>
{{/each}}
</
select
>
</
div
>
</
div
>
</
template
>