9 | 10 |
11 | 12 |

{{name}}

13 | 14 | 15 | view source 16 | 17 | 18 |
19 | {{#markdown}}{{{summary}}}{{/markdown}} 20 |
21 | 22 |
23 |
use-name
24 |
25 | scut-{{slug}} 26 |
27 | 28 | {{#if type}} 29 |
type
30 |
{{type}}
31 | {{/if}} 32 | 33 | {{#if args}} 34 |
arguments
35 |
36 |
    37 | {{#each args}} 38 |
  1. 39 | {{variable}} 40 | {{#if this.default}} 41 |
    42 |
    default
    43 |
    44 | {{this.default}} 45 |
    46 |
    47 | {{/if}} 48 | {{#if comment}} 49 |
    {{#markdown}}{{{comment}}}{{/markdown}}
    50 | {{/if}} 51 |
  2. 52 | {{/each}} 53 |
54 |
55 | {{/if}} 56 | 57 | {{#if contentblock}} 58 |
@content
59 |
{{#markdown}}{{{contentblock}}}{{/markdown}}
60 | {{/if}} 61 | 62 | {{#if compatibility}} 63 |
compatibility
64 |
{{#markdown}}{{{compatibility}}}{{/markdown}}
65 | {{/if}} 66 | 67 |
68 | 69 |
70 | 71 |
72 | {{#markdown}}{{>body}}{{/markdown}} 73 |
74 | 75 | {{#if example}} 76 |
77 |

example

78 | {{#if example.show-html}} 79 |

HTML

80 |
{{removeFirstBlank example.html}}
81 | {{/if}} 82 |
83 |

SCSS

84 |
{{getExampleScss slug}}
85 |
86 | 90 | 91 |

Result

92 |
{{{example.html}}}
93 |
94 | {{/if}} 95 | 96 | {{#if references}} 97 | 109 | {{/if}} 110 | 111 |