Sha256: 32fb2974ab79c211b16b4a542a56be3ddcbea7d21887b4a8c07295390d1b6c4d
Contents?: true
Size: 547 Bytes
Versions: 15
Compression:
Stored size: 547 Bytes
Contents
# Include The include plugin allows Slim templates to include other files. The .slim extension is appended automatically to the filename. If the included file is not a Slim file, it is interpreted as a text file with `#{interpolation}`. Example: include partial.slim include partial include partial.txt Enable the include plugin with require 'slim/include' # Options | Type | Name | Default | Purpose | | ---- | ---- | ------- | ------- | | Array | :include_dirs | [Dir.pwd, '.'] | Directories where to look for the files |
Version data entries
15 entries across 15 versions & 3 rubygems