Sha256: bfcf7428ae9e0c6b82b3db98ab5aa5a872fc622d8e5779090267fb286626e7d5

Contents?: true

Size: 456 Bytes

Versions: 12

Compression:

Stored size: 456 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_heading
        = article_summaries(@page.articles)

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

  = haml :comments, :layout => false

= haml :sidebar, :layout => false

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
nesta-0.18.0 views/page.haml
nesta-0.17.0 views/page.haml
nesta-0.16.0 views/page.haml
nesta-0.15.0 views/page.haml
nesta-0.14.0 views/page.haml
nesta-0.13.0 views/page.haml
nesta-0.12.0 views/page.haml
nesta-0.11.1 views/page.haml
nesta-0.11.0 views/page.haml
nesta-0.10.0 views/page.haml
nesta-0.9.13 views/page.haml
nesta-0.9.11 views/page.haml