nimbus v0.1.1 Nimbus.HTML

Nimbus.HTML provide additional helpers methods for using in templates.

It depends on:

  • Phoenix.HTML - Phoenix helpers for working with HTML and templates;

Summary

Functions

Imports all available modules

Imports helpers for defining assets files

Macros

Dispatcher for require helper methods

Functions

all()

Imports all available modules.

layout()

Imports helpers for defining assets files.

It imports:

  • Nimbus.HTML.Javascript - Javascript assets helper;

  • Nimbus.HTML.Stylesteet - Stylesheet assets helper;

Macros

__using__(which)

Dispatcher for require helper methods.

Available: :layout, :all .