{% extends "base.html" %} {% block title %}(JSON) Periodic Table - {% endblock title %} {% block main %}

Periodic Table (JSON)

{% if vars.enc %} {% set data = read("/chemistry.json") | parse("json") | format(vars.enc) %} {% else %} {% set data = read("/chemistry.json") | parse("text") %} {% endif %}
{{data}}
{% endblock main %}