{% load chem %} {% if mineral %}{{ mineral.name }} — Daily Stone{% else %}Daily Stone{% endif %}
{% if mineral %}
{% if mineral.color_description %} {{ mineral.color_description }} {% else %} Typical color {% endif %}
{{ mineral.color_hex }}

Properties

{% if mineral.category %}
Category {{ mineral.category }}
{% endif %} {% if mineral.crystal_system %}
Crystal System {{ mineral.crystal_system }}
{% endif %} {% if mineral.mohs_hardness %}
Hardness (Mohs) {{ mineral.mohs_hardness }}
{% endif %} {% if mineral.luster %}
Luster {{ mineral.luster }}
{% endif %} {% if mineral.streak %}
Streak {{ mineral.streak }}
{% endif %} {% if mineral.specific_gravity %}
Specific Gravity {{ mineral.specific_gravity }}
{% endif %}
{% if mineral.description %}

About

{% for para in mineral.description.splitlines %} {% if para %}

{{ para }}

{% endif %} {% endfor %}
{% endif %} {% if mineral.history %}

History & Etymology

{% for para in mineral.history.splitlines %} {% if para %}

{{ para }}

{% endif %} {% endfor %}
{% endif %} {% else %}

Daily Stone

No minerals have been loaded yet. Check back soon!

k-boris.tech
{% endif %}