Closed DevinCodes closed 3 years ago
The content_for directive lets you add content, but not in a concatenative way. It would be nice to have another directive with a similar syntax, but that adds things one after the other. This would be helpful for appending scripts, for example.
content_for
Done in #25
The
content_for
directive lets you add content, but not in a concatenative way. It would be nice to have another directive with a similar syntax, but that adds things one after the other. This would be helpful for appending scripts, for example.