We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a08f99 commit 66e7d98Copy full SHA for 66e7d98
WebHostLib/templates/tools.html
@@ -32,6 +32,10 @@
32
<div id="games" class="markdown">
33
<h1>Tools</h1>
34
<p>This is a list of tools that may be useful when using Archipelago.</p>
35
+ {% if not worlds %}
36
+
37
+ <p>There are currently no tools to list on this page.</p>
38
+ {% else %}
39
<div class="js-only">
40
<label for="game-search">Search for your tool below!</label><br />
41
<div class="page-controls">
@@ -60,5 +64,6 @@ <h1>Tools</h1>
60
64
{% endif %}
61
65
</details>
62
66
{% endfor %}
67
+ {% endif %}
63
68
</div>
69
{% endblock %}
0 commit comments