This commit is contained in:
f 2021-10-27 16:47:18 -03:00
parent c41e9df446
commit cefd4765f7

4
env.js
View file

@ -24,6 +24,6 @@ window.site = {
{%- capture results %}{% include_relative assets/templates/results.html %}{% endcapture -%} {%- capture results %}{% include_relative assets/templates/results.html %}{% endcapture -%}
window.templates = { window.templates = {
"alert": {{ alert | markdownify }}, "alert": {{ alert | jsonify }},
"results": {{ results | markdownify }}, "results": {{ results | jsonify }},
} }