This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-02
Channels
- # beginners (7)
- # calva (10)
- # cider (9)
- # cljdoc (2)
- # cljsrn (10)
- # clojure (35)
- # clojure-europe (1)
- # clojure-greece (1)
- # clojure-spec (31)
- # clojure-uk (6)
- # clojurescript (3)
- # community-development (2)
- # cursive (37)
- # duct (5)
- # emacs (7)
- # fulcro (40)
- # hoplon (7)
- # off-topic (8)
- # parinfer (1)
- # quil (6)
- # re-frame (7)
- # reagent (7)
- # shadow-cljs (45)
- # sql (17)
- # tools-deps (12)
- # yada (3)
o/ not really sure where to ask, does anyone use selmer?
I want to include a template, and I know you can provide static values using with
, but how do I pass values from actual variables?
(I tried with x=var
, with x={{ var }}
and with x="{{ var }}"
, I’m probably completely off base as I didn’t go into how these work… essentially what I want is to have a small html snippet that I can reuse with several injected variables)