We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e1df7 commit 60a3892Copy full SHA for 60a3892
app/templates/example_info.html
@@ -21,7 +21,7 @@ <h4>{{ title }}</h4>
21
{% endfor %}
22
{% endif %}
23
24
-{% if example["LinkToHowTo"].length > 0 %}
+{% if example["LinkToHowTo"] | length > 0 %}
25
<a target='_blank' href="{{ example['LinkToHowTo']['Path'] }}">{{ example['LinkToHowTo']['PathName'] }}</a>
26
27
0 commit comments