Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add filter syntax (similar to jade's) #24

Open
jonasabreu opened this issue Jul 15, 2014 · 1 comment
Open

add filter syntax (similar to jade's) #24

jonasabreu opened this issue Jul 15, 2014 · 1 comment
Milestone

Comments

@jonasabreu
Copy link
Member

No description provided.

@jonasabreu
Copy link
Member Author

This should work like this:

@filter {
some code
}

is translated to

result.append(filter("""
some code
""'))

and the filter must be added with a simple file present on the path.

@jonasabreu jonasabreu added this to the 1.0 milestone Jul 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant