Files
Beam/priv/ui/pug-demo/_summary.pug
2026-06-10 11:51:56 -05:00

13 lines
268 B
Plaintext

section.panel
h2 Included Summary
p
| This section comes from
code _summary.pug
| . It can still read variables declared in
code index.pug
| , including
strong #{name}
| and the feature count:
strong #{features.length}
| .