Sha256: 798785f2b0c3f3daadb84f69f78027356fdc7af3f86b4e9740eb687ad90a09c5

Contents?: true

Size: 865 Bytes

Versions: 1

Compression:

Stored size: 865 Bytes

Contents

!!!
%html
  %head
    %meta{charset: 'utf-8'}
    %title Listing of #{url_root}#{url_path}
    %meta{name: 'viewport', content: 'width=device-width, height=device-height, user-scalable=no'}

    :javascript
      window.specialEntries = #{special_entries};
      window.directoryEntries = #{directory_entries};
      window.fileEntries = #{file_entries};

    :css
      #{include('css/normalize.css')}
      #{include('css/common.css')}
      #{include('css/listing.css')}
      #{include('css/gallery.css')}
      #{include('css/gallery-text.css')}

    :javascript
      #{include('js/natural-orderby.min.js')}
      #{include('js/entries.js')}
      #{include('js/listing.js')}
      #{include('js/ume.js')}
      #{include('js/gallery.js')}
  %body
    #gallery!= partial('gallery')
    #listing!= partial('listing', { url_root: url_root, url_path: url_path })

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
servel-0.21.0 app/index.haml