We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c1c62 commit 148f035Copy full SHA for 148f035
1 file changed
website/layouts/partials/data.html
@@ -1783,6 +1783,16 @@ <h3 id="{{ $code }}">
1783
</span>
1784
1785
<div class="flex flex-col space-y-2">
1786
+ {{ with .ctx.input }}
1787
+ <div>
1788
+ <span class="font-light"> Input </span>
1789
+
1790
+ <div class="text-sm">
1791
+ {{ template "code" .log }}
1792
+ </div>
1793
1794
+ {{ end }}
1795
1796
<div>
1797
<span class="font-light"> Source </span>
1798
@@ -2196,4 +2206,4 @@ <h3 id="{{ $code }}">
2196
2206
</div>
2197
2207
2198
2208
2199
-{{ end }}
2209
+{{ end }}
0 commit comments