Sha256: caa90d08cd4fc3816e02fcd7330d3595f7537d183fc3f18e08c00cd97597a57f
Contents?: true
Size: 549 Bytes
Versions: 36
Compression:
Stored size: 549 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 | | ---- | ---- | ------- | ------- | | Boolean | :include_dirs | [Dir.pwd, '.'] | Directories where to look for the files |
Version data entries
36 entries across 36 versions & 3 rubygems