{% extends "base.html" %} {% block title %}Periodic Table - {% endblock title %} {% block main %}
{% for el in table %} {% if el.Group == group + 1 and el.Period == period + 1 %} {{el.Symbol}} {% endif %} {% endfor %} | {% endfor %}|||||||||||
Raw Data | JSON | TOML |