Slots and fragments #22

Open
opened 2024-02-28 20:33:40 +01:00 by ldr · 0 comments
Owner

Implement (named) slots and templating, e.g.:

  • <slot name="optional-slot">My default content</slot> (replacing slots with content)

and

  • <fragment name="optional-slot">My custom content</fragment> (extracting fragments and making their content available to slots)
Implement (named) slots and templating, e.g.: - [x] `<slot name="optional-slot">My default content</slot>` (replacing slots with content) and - [ ] `<fragment name="optional-slot">My custom content</fragment>` (extracting fragments and making their content available to slots)
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ldr/FS-Website#22
No description provided.