- commence = (defined?(start) && start) || current_page
- pages = commence.brethren
- unless pages.to_a.empty?
%div{:class => (defined?(klass) && klass) || nav_brethren_class}
%dl
- pages.each do |p|
%dt<
= link_to p.data.title, p
- if p.data.blurb
%dd= p.data.blurb
-#
- This partial renders links with blurbs into a
to serve as
a related links table of contents.
- You probably need a class in order to render this properly.
- For a compact form without blurbs, see also `_nav_brethren_index.haml.
- :klass - pass in this local to specify a class for the containing div.
- :start - pass in this local to specify a different starting point.