Sha256: e8fd3c6264bb09964c58f20f6055377e62cd70173d85bed82f5c4243bd8356a3

Contents?: true

Size: 504 Bytes

Versions: 1

Compression:

Stored size: 504 Bytes

Contents

!!!
%html
  %head
    %meta{charset: 'utf-8'}
    %title Directory Listing of #{url_path}
    :css
      #{include('normalize.css')}
      #{include('common.css')}
      #{include('index.css')}
      #{include('listing.css')}
      #{include('gallery.css')}

    :javascript
      #{include('gallery.js')}
  %body
    - if show_gallery
      #gallery!= partial('gallery')
    #listing!= partial('listing', { url_path: url_path, fs_path: fs_path, directories: directories, files: files })

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
servel-0.2.0 lib/servel/templates/index.haml