# Slim Slim is a HTML templating langage, simple to implement in the Nephos Server. [Slim documentation](http://slim-lang.com) ## Installation ```bash gem install slim ``` ## Usage in Nephos Server ```ruby class UserController < Nephos::Controller def show #TODO: read a file, use slim with parameters end end ```