Sha256: 4f69d5cbbe9ca1a4567b1785f6378d70d0c9fcbf963c4c5c0d1bf09690eed445

Contents?: true

Size: 533 Bytes

Versions: 1

Compression:

Stored size: 533 Bytes

Contents

!!!
%html
  %head
    %meta{charset: 'utf-8'}
    %title Gallery for #{url_path}
    :css
      #{include('normalize.css')}
      #{include('common.css')}
      #{include('gallery.css')}

    :javascript
      var imagePaths = #{image_paths.map { |file| file.relative_path_from(fs_path).to_s }.to_json};
      #{include('gallery.js')}

  %body
    #container
      %img#image
      #page-back.paginator ◀
      #page-next.paginator ▶
      #page-back-10.paginator ◀◀
      #page-next-10.paginator ▶▶

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
servel-0.1.0 lib/servel/templates/gallery.haml