Skip to content

mlrawlings/marko-on-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<on>

Handles a stream inside a marko template

Example:

<ul>
    <on(user in data.usersStream)>
        <li>${user.name}</li>
    </on>
</ul>

About

a tag to handle streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published