Gert Goet

Results 52 comments of Gert Goet

Sorry, my example was too simple. I meant to refer to the recently added capability to have vars in _custom tags_: ```clojure (selmer/add-tag! :ifendswith (fn [args context-map content] (let [args...

Thanks both - my initial need for this was to check whether all variables of a template are provided. But the custom-tag example, as I now understand, is not something...

Thanks for your feedback. > * I see this not as a separate source, but as the part of current `:static-members` source (which would change the name to something like...

Made the changes. Let me know if something's missing.

@alexander-yakushev started re-writing this PR - will push in the coming days.

Last changes pushed @alexander-yakushev

Hey @alexander-yakushev, thanks for reaching out. As I'm about to go on holiday: feel free to make the last adjustments!

Thanks @jonleighton for the extensive feedback! I took a stab at implementing this - but I'm struggling to make the build green :poop: It's a bit unclear to me how...

If I can help in the process; let me know! :cake:

@jonleighton can we give this PR another try? I rebased and updated the code to make it pass. The original issue is solved now: `application:` gets initialized with the `ENV`...