github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/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/install/index.html#compiling-from-source">Build from Source</a> 10 </li> 11 </ul> 12 <% end %> 13 14 <%= yield %> 15 <% end %>