Add configuration options

This commit is contained in:
Juno Takano 2025-12-16 19:02:22 -03:00
commit 270fed54f0
16 changed files with 272 additions and 83 deletions

View file

@ -1,2 +1,14 @@
<p>There are no nodes. The graph is either empty or failed to parse.</p>
<p>Check the <a href="/graph/toml">raw endpoints</a> for possible parsing errors.</p>
{% if config.raw %}
<p>Check the
{% if config.raw_toml %}
<a href="/graph/toml">
{% elif config.raw_json %}
<a href="/graph/json">
{% endif %}
raw endpoints
{% if config.raw_toml or config.raw_json %}
</a>
{% endif %}
for possible parsing errors.</p>
{% endif %}