Sha256: 01e9e8257c34b62c36907d1c710332c6fa82b80126d8ae5121ba0b65dccd7484

Contents?: true

Size: 470 Bytes

Versions: 5

Compression:

Stored size: 470 Bytes

Contents

%nav.breadcrumb
  - display_breadcrumbs

#content
  %article(role="main")
    ~ @page.to_html(self)

    %section.pages
      = article_summaries(@page.pages)

    - unless @page.articles.empty?
      %section.articles
        %header
          %h1= "Articles on #{@page.heading}"
        = article_summaries(@page.articles)

    = haml :page_meta, :layout => false, :locals => { :page => @page }

  = haml :comments, :layout => false

= haml :sidebar, :layout => false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nesta-0.9.10 views/page.haml
nesta-0.9.9 views/page.haml
nesta-0.9.8 views/page.haml
nesta-0.9.7 views/page.haml
nesta-0.9.5 views/page.haml