Fragment example

This example makes use of most features of fragment.js. Have a look at the source for juicy details.

{{{html}}}
  • {{title}}
  • {{#foo}}

    foo = {{foo}}

    {{/foo}}
    ## This is a level 2 title Some mustache power: {{#session}} You are logged in as [{{username}}](#account){{#yearBorn}}, {{age}} years old{{/yearBorn}}. {{/session}} {{^session}} You are *not* logged in. {{/session}} Oh thou here be code. {\{foo}} = {{{foo}}}

    not converted to HTML

    - Do this - Then this - And don't forget that - Don't do those things