We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013784a commit d35bac5Copy full SHA for d35bac5
app/templates/example_info.html
@@ -22,9 +22,11 @@ <h4>{{ title }}</h4>
22
{% endif %}
23
24
{% if example["LinkToHowTo"] | length > 0%}
25
- <p><a target='_blank' href="{{ example['LinkToHowTo'][0]['Path'] }}">{{ example['LinkToHowTo'][0]['PathName'] }}</a></p>
+ <p>
26
+ Prerequisite: See <a target='_blank' href="{{ example['LinkToHowTo'][0]['Path'] }}">{{ example['LinkToHowTo'][0]['PathName'] }}</a>.
27
+ </p>
28
29
30
<p>
31
View source file <a target="_blank" href="{{ source_url | safe }}">{{ source_file }}</a> on GitHub.
-</p>
32
+</p>
0 commit comments