Slim 1.5.0A concise and lightweight templating language for generating HTML
Slim is a library for generating HTML from concise, lightweight templates. Slim is based on Jade for javascript and Slim for Ruby.
Features include:
- indentation driven - closing tags not needed
- CSS shortcut notation for
#id
and.class
attributes ${...}
notation to interpolate Fantom code- Configurable HTML, XHTML or XML tag endings
- efan template generation
- Template nesting with Layout pattern.
.
ALIEN-AID: Turn
Slim
templates into powerful HTML components with efanXtra!
Install
To install Slim with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install Slim with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/
directory.
Use
To use Slim in a Fantom project, add a dependency to the project's build.fan
:
depends = ["sys 1.0", ..., "afSlim 1.5.0 - 1.5"]
Documentation
Information
Meta information on the Slim pod:
- Published by
- Steve Eynon
- Organisation
- Fantom-Factory Ltd
- Pod file size
- 77.74 kB
- Licence
- ISC
- Built on
- 8th Jan 2024
- Source code
- via Git at https://github.com/Fantom-Factory/afSlim
- Depends on
- afEfan, afPegger, afPlastic, sys
- Referenced by
- Javascript Compatible
- No
Dependency Graph
Use mouse to re-position pods
Release History
There have been 24 releases of Slim: