Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ofisia/1170191 to your computer and use it in GitHub Desktop.
Save ofisia/1170191 to your computer and use it in GitHub Desktop.
<div id="navigation" class="col three">
<ul>
get "/projects" do
<li><em>@title</em></li>
foreach $children do
<li>
<a href="@url">@title</a>
</li>
endforeach
end
<li><em>Links</em></li>
<li><a href="#">Link1</a></li>
<li><a href="#">Link2</a></li>
<li><a href="#">Link3</a></li>
get "/pagez" do
<li><em>@title</em></li>
foreach $children do
<li>
<a href="@url">@title</a>
</li>
endforeach
end
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment