Skip to content

Latest commit

 

History

History
189 lines (139 loc) · 3.92 KB

File metadata and controls

189 lines (139 loc) · 3.92 KB

API-Documentation

This page describes the API of this Bootprint-module

Templates

index.html

Source file example-project @ 1.0.0 / handlebars/templates/index.html.hbs
Structure

index.html
├── einsThis partial writes "one"
└─┬ zweiThis partial calls another partial.
  └─┬ dir/dreiCalls "eins"... never... to demonstrate a cycle in...
    └── zwei
        (🔁 cycle detected) 

Partials

block-partial

Source file example-project @ 1.0.0 / handlebars/partials/block-partial.hbs
Uses partials @partial-block

dir/drei

Source file example-project @ 1.0.0 / handlebars/partials/dir/drei.hbs
Uses partials zwei
Used by zwei
Calls "eins"... never... to demonstrate a cycle in the hierarcy tree

eins

Source file example-project @ 1.0.0 / handlebars/partials/eins.hbs
Used by index.html
This partial writes "one"

zwei

Source file example-project @ 1.0.0 / handlebars/partials/zwei.hbs
Uses partials dir/drei
Used by index.html, dir/drei
This partial calls another partial.

Helpers (example-project)

(from [email protected]/handlebars/helpers.js )

shout(text) ⇒ string

Make a string louder uppercase

Kind: global function
Returns: string - the string in uppercase
Api: public

Param Type Description
text string the string

Inlined helpers

Some helpers are defined directly in the configuration and not via path-reference to a module. The docs for these helpers cannot be generated and are missing on this page. If you are the author of this package, please consider putting the helpers into a distinct file and adding only the path to the configuration.

LessCSS

Main LessCSS-files

LessCSS include paths