direct navlevel navigation
This commit is contained in:
19
example/templates/intro.html
Normal file
19
example/templates/intro.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
{{> meta.html }}
|
||||
<body>
|
||||
<header>
|
||||
<div id="logoDiv"><img src="../assets/img/logo.png"></div>
|
||||
</header>
|
||||
|
||||
<div id="content">
|
||||
{{{ Body }}}
|
||||
|
||||
<div id="langSelect">
|
||||
{{#each NavSlice }}
|
||||
<a href="{{ GoTo }}"><img src="{{ Navname }}.png" alt="{{ Navname }}" style="height: 100px;"></a>
|
||||
{{/each }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user