91 | if has-details {
92 | @class += " details"
93 | }
94 |
105 | }
106 | ")"
107 | if .returns {
108 | " → "
109 |
115 | apply .description
116 | if .params {
117 |
118 |
119 |
120 | apply .params table
121 |
122 |
123 | }
124 | apply .returns
125 | apply . examples
126 |