Sha256: dcf4933765e68820c5bacfb9dceeb47ad9bdef4d09b4ae3866b23d1c60bc91af

Contents?: true

Size: 661 Bytes

Versions: 1

Compression:

Stored size: 661 Bytes

Contents

article.glypto-model
  - if locals[:standalone]
    section.glypto-model-stage.m-standalone
      = html
  - else
    - if locals[:title] || locals[:description]
      header
        - if locals[:title]
          h3._title
            - if locals[:url]
              = link_to title, url
            - else
              = title
        - if locals[:description]
          p._description = description

        - url = locals[:url] ? locals[:url] : current_page.url
        ._standalone = link_to 'Standalone', url.sub('.html', '-full.html'), target: '_blank'

    section.glypto-model-stage
      figure = html

    = model_source(source_type) { source_code }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sculptor-0.0.2 lib/sculptor/templates/glyptotheque/source/partials/glyptotheque/_model.slim