Created
March 27, 2012 19:17
-
-
Save molekilla/2219408 to your computer and use it in GitHub Desktop.
Escuelita de Scala - Parte 3a - Index page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@() | |
@navbarContext = { | |
<li class="active"><a href="/">Home</a></li> | |
<li><a href="/about">About</a></li> | |
} | |
@sidebar = { | |
<div class="well sidebar-nav"> | |
<ul class="nav nav-list"> | |
<li class="nav-header">Sidebar</li> | |
<li class="active"><a href="#">Link</a></li> | |
<li><a href="#">Link</a></li> | |
</ul> | |
</div> | |
} | |
@main(title = "RegPubFinder")(navbarContext)(sidebar) { | |
<div id="searchResults"></div> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment