Sha256: 336ba5ac8bc0c0ce046c2c0bc462cce890f586e9ba8734a355a370b74d9d98d9

Contents?: true

Size: 773 Bytes

Versions: 11

Compression:

Stored size: 773 Bytes

Contents

= wrap_layout ('layout'.to_sym) do
  .container-logo-large
    %div
      %div
        = image_tag 'middleman-pagegroups-small.png', :alt => 'middleman-pagegroups logo'
        %h1= "#{product_name}"
        %h2= "version #{product_version}"
        %a{:href => product_uri}= product_uri

      - if content_for?(:seeAlso)
        .related_topics
          %h1 See Also
          = yield_content :seeAlso

    %div
      .yield-content
        ~ yield
        - if current_page.navigator_eligible?
          %hr
          = nav_prev_next

-#
  This template is suitable for your landing page or major sections, and features
  a large version of your logo, the application name, and the application URI.
  It can include optional :seeAlso content below the application URI.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
middleman-pagegroups-1.0.10 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.9 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.8 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.7 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.6 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.5 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.4 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.3 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.2 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.1 documentation_project/source/layouts/template-logo-large.haml
middleman-pagegroups-1.0.0 documentation_project/source/layouts/template-logo-large.haml