Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac7758 commit 36cf3f5Copy full SHA for 36cf3f5
07_webapps/7-12_templating-with-selmer.asciidoc
@@ -51,7 +51,7 @@ The template can then be rendered by calling the +selmer.parser/render-file+ fun
51
52
[source, clojure]
53
----
54
-(require '[selmer.parser :refer [render-file]])
+(require '[selmer.parser :refer [render-file render]])
55
56
(println
57
(render-file "base.html"
0 commit comments