learnlytics-go/templ/turbo/stream.templ

14 lines
308 B
Plaintext
Raw Normal View History

2025-03-20 12:35:13 +01:00
package turbo
templ actionTemplate(action string, target string) {
<turbo-stream action={ action } target={ target }>
<template>
{ children... }
</template>
</turbo-stream>
}
templ removeTemplate(action string, target string) {
<turbo-stream action={ action } target={ target }></turbo-stream>
}