github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/website/source/layouts/downloads.erb (about) 1 <% wrap_layout :inner do %> 2 <% content_for :sidebar do %> 3 <ul class="nav docs-sidenav"> 4 <li<%= sidebar_current("downloads-nomad") %>> 5 <a href="/downloads.html">Download Nomad</a> 6 </li> 7 8 <li> 9 <a href="/guides/operations/install/index.html#compiling-from-source">Build from Source</a> 10 </li> 11 </ul> 12 <% end %> 13 14 <%= yield %> 15 <% end %>