Filter support for Haml #3443
Unanswered
hcthoemmes
asked this question in
Q&A
Replies: 2 comments 9 replies
-
|
I don't use HAML in my project. Having a bit of experience with jinja, I went with nunjucks (which is a js port of jinja). For the most part, I use universal filters, e.g., Does that not work in Haml? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
This is also a deal-breaker for me in switching my site from Middleman to 11ty. I already use Haml and would like to keep it, but the easiest way for me to get certain features seems to be to use universal filters, which 11ty doesn't support for Haml. What's the holdup in implementing this? Can I help somehow? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks – this is my first time really writing code for the web (and I'm only a novice programmer in any case), and I've gotta say eleventy is making it a lot of fun ÷] There are a lot of opportunities that I wasn't aware of, one of the most interesting is definitely the use of templating languages.
I took a gander through the ones that are presently supported, and to be honest, none of them seemed more simple to me than just writing my own HTML, save Haml. I'd like to use it for my project, but I noticed there's no support for filters. Linked questions towards the same end: are there any plans to implement that support in the near future? Is there some sort of hacky workaround to get Haml filters to work in a project? Can you use the filters of other languages? Regarding that last one: I did notice that, in the 6-minute blog tutorial, Liquid syntax was used within an HTML document, so I'm hopeful but unsure.
If I missed something in the documentation that discusses this, please point me in its direction!!
Beta Was this translation helpful? Give feedback.
All reactions