--- pattern: name: 'atom/icon/pattern' categories: ['basics','gfx' ] uses: params: type: ['*'] --- {{#unless type}} {{#if pattern.type}} {{#ifCond value=pattern.type comp="atom" mode="eq"}}{{/ifCond}} {{#ifCond value=pattern.type comp="molecule" mode="eq"}}{{/ifCond}} {{#ifCond value=pattern.type comp="organism" mode="eq"}}{{/ifCond}} {{#ifCond value=pattern.type comp="template" mode="eq"}}{{/ifCond}} {{#ifCond value=pattern.type comp="page" mode="eq"}}{{/ifCond}} {{#ifCond value=pattern.type comp="component" mode="eq"}}{{/ifCond}} {{/if}} {{/unless}} {{#if type}} {{#ifCond value=type comp="atom" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="molecule" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="organism" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="template" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="page" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="component" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="atoms" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="molecules" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="organisms" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="templates" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="pages" mode="eq"}}{{/ifCond}} {{#ifCond value=type comp="components" mode="eq"}}{{/ifCond}} {{/if}}